[clang] [Clang] fix cast failures by adjusting the resolution of record declaration contexts to handle semantic and lexical distinctions (PR #96228)
Oleksandr T. via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 2 06:08:54 PDT 2024
================
@@ -0,0 +1,18 @@
+// RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify %s
----------------
a-tarasyuk wrote:
@shafik could you review the latest changes? thanks
https://github.com/llvm/llvm-project/pull/96228
More information about the cfe-commits
mailing list