================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
