================
@@ -5024,3 +5024,9 @@ def OpenACCRoutineDecl :InheritableAttr {
     void printPrettyPragma(raw_ostream &OS, const PrintingPolicy &Policy) 
const;
   }];
 }
+
+def NonString : InheritableAttr {
+  let Spellings = [GCC<"nonstring">];
----------------
erichkeane wrote:

No interest in doing a 'clang' spelling for this as well?  This seems 
reasonably valuable enough I would expect `clang::` to be ok too.

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

Reply via email to