[clang] [BoundsSafety] build TypeLoc for CountAttributedType (PR #167287)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 14 05:50:14 PST 2025


================
@@ -19,6 +19,7 @@
 #include "clang/AST/NestedNameSpecifierBase.h"
 #include "clang/AST/TemplateBase.h"
 #include "clang/AST/TypeBase.h"
+#include "clang/Basic/IdentifierTable.h"
----------------
AaronBallman wrote:

Why do we need this include?

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


More information about the cfe-commits mailing list