[clang] [BoundsSafety] build TypeLoc for CountAttributedType (PR #167287)
Hans Wennborg via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 11 04:33:31 PST 2025
================
@@ -1303,18 +1304,26 @@ class ObjCInterfaceTypeLoc : public ConcreteTypeLoc<ObjCObjectTypeLoc,
}
};
-struct BoundsAttributedLocInfo {};
+class Sema;
----------------
zmodem wrote:
nit: Put the forward declaration near the top of the file with the others
https://github.com/llvm/llvm-project/pull/167287
More information about the cfe-commits
mailing list