================
@@ -29,6 +29,13 @@ struct LOCKABLE Mutex {};
struct Foo {
struct Mutex *mu_;
+ int a_value GUARDED_BY(mu_);
----------------
delcypher wrote:@pdherbemont I think you should be checking **both** late and regular parsing for all attributes that you're adding support for. https://github.com/llvm/llvm-project/pull/94216 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
