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

CC @erichkeane 

`clang_builtin_alias` is the only attribute we prefix in that way; I don't 
think it's a good precedent. GNU attributes are a shared namespace, but we have 
plenty of other examples where we define a GNU attribute that GCC doesn't 
support (overloadable, noderef, preferred_name, etc).

https://github.com/llvm/llvm-project/pull/84983
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to