[clang] nonblocking/nonallocating attributes (was: nolock/noalloc) (PR #84983)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri May 17 05:13:36 PDT 2024


================
@@ -1435,6 +1435,38 @@ def CXX11NoReturn : InheritableAttr {
   let Documentation = [CXX11NoReturnDocs];
 }
 
+def NonBlocking : TypeAttr {
+  let Spellings = [CXX11<"clang", "nonblocking">,
----------------
AaronBallman wrote:

Present Aaron thanks you and Past Aaron apologized for the churn. ;-)

https://github.com/llvm/llvm-project/pull/84983


More information about the cfe-commits mailing list