[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:08 PDT 2025


================
@@ -78,8 +78,8 @@
 // DWPFOO-NEXT: struct CustomType {
 // DWPFOO-NEXT:     typedef unsigned int IntegerType;
 // DWPFOO-NEXT:     typedef float FloatType;
-// DWPFOO-NEXT:     CustomType::IntegerType x;
-// DWPFOO-NEXT:     CustomType::FloatType y;
+// DWPFOO-NEXT:     IntegerType x;
+// DWPFOO-NEXT:     FloatType y;
----------------
Michael137 wrote:

Seems like a good improvement

https://github.com/llvm/llvm-project/pull/149949


More information about the llvm-branch-commits mailing list