================
@@ -2355,6 +2355,13 @@ def NoInline : DeclOrStmtAttr {
let SimpleHandler = 1;
}
+def NoOutline : DeclOrStmtAttr {
+ let Spellings = [Clang<"nooutline">];
----------------
erichkeane wrote:
```suggestion
let Spellings = [Clang<"no_outline">];
```
perhaps? Makes it... somewhat consistent with the `force_inline`/etc type
attributes, and makes it a better mental 'parse'.
https://github.com/llvm/llvm-project/pull/163666
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits