[clang] [PATCH 1/6] [clang] Improve nested name specifier AST representation (PR #147835)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 21 06:55:18 PDT 2025
================
@@ -532,4 +532,4 @@ template <> struct DenseMapInfo<clang::NestedNameSpecifierLoc> {
};
} // namespace llvm
-#endif // LLVM_CLANG_AST_NESTEDNAMESPECIFIER_H
+#endif // LLVM_CLANG_AST_NESTEDNAMESPECIFIERBASE_H
----------------
erichkeane wrote:
This doesn't seem right?
https://github.com/llvm/llvm-project/pull/147835
More information about the cfe-commits
mailing list