================
@@ -2420,6 +2420,13 @@ def NoOutline : DeclOrStmtAttr {
let SimpleHandler = true;
}
+def NoIPA : InheritableAttr {
+ let Spellings = [GCC<"noipa">];
----------------
Disservin wrote:i wasn't particular sure which spellings are expected for this, so some feedback would also be great https://github.com/llvm/llvm-project/pull/207502 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
