[clang] [lldb] [BoundsSafety] Introduce LateParsedAttrType AST placeholder type (PR #204125)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 21 08:08:50 PDT 2026


================
@@ -1358,6 +1358,37 @@ class CountAttributedTypeLoc final
   SourceRange getLocalSourceRange() const;
 };
 
+struct LateParsedAttrLocInfo {
+  SourceLocation AttrNameLoc;
----------------
AaronBallman wrote:

Do we need to track the location for arguments to the attribute, in case we need to emit diagnostics about the argument itself?

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


More information about the cfe-commits mailing list