================ @@ -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; ---------------- mizvekov wrote:
Again, this was never what was written in source code. It was fully qualified instead. Now it's always unqualified, which coincidentally matches what was written. https://github.com/llvm/llvm-project/pull/149949 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits