[clang] nonblocking/nonallocating attributes (was: nolock/noalloc) (PR #84983)
Doug Wyatt via cfe-commits
cfe-commits at lists.llvm.org
Fri May 3 13:42:59 PDT 2024
================
@@ -8057,3 +8057,70 @@ requirement:
}
}];
}
+
+def DocCatNonBlockingNonAllocating : DocumentationCategory<"Performance Constraint Attributes"> {
+ let Content = [{
----------------
dougsonos wrote:
Done in the next commit(s) I push
https://github.com/llvm/llvm-project/pull/84983
More information about the cfe-commits
mailing list