[llvm-branch-commits] [lldb] [PATCH 7/7] [clang] improve NestedNameSpecifier: LLDB changes (PR #149949)
Michael Buch via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jul 22 01:21:31 PDT 2025
================
@@ -10,7 +10,7 @@
// to the incomplete type. Make sure that succeeds. Use the expression command
// to make sure the resulting AST can be imported correctly.
// CHECK: expr -- var
-// CHECK: (A::X) $0 = 0
+// CHECK: (X) $0 = 0
----------------
Michael137 wrote:
Would be nice not to loose this though. Hmmm
https://github.com/llvm/llvm-project/pull/149949
More information about the llvm-branch-commits
mailing list