[clang] nonblocking/nonallocating attributes (was: nolock/noalloc) (PR #84983)
Chris Apple via cfe-commits
cfe-commits at lists.llvm.org
Fri May 3 09:49:55 PDT 2024
================
@@ -8057,3 +8057,70 @@ requirement:
}
}];
}
+
+def DocCatNonBlockingNonAllocating : DocumentationCategory<"Performance Constraint Attributes"> {
+ let Content = [{
----------------
cjappl wrote:
It may be good to mention what the flag is that you use to enable these warnings.
https://github.com/llvm/llvm-project/pull/84983
More information about the cfe-commits
mailing list