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

Doug Wyatt via cfe-commits cfe-commits at lists.llvm.org
Thu May 16 10:51:45 PDT 2024


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

I've gotten rid of the "clang_" prefix on the GNU-style attributes.

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


More information about the cfe-commits mailing list