[llvm-branch-commits] [clang] [clang] Add clang::nooutline Attribute (PR #163666)
Erich Keane via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Oct 16 14:22:06 PDT 2025
================
@@ -2355,6 +2355,13 @@ def NoInline : DeclOrStmtAttr {
let SimpleHandler = 1;
}
+def NoOutline : DeclOrStmtAttr {
+ let Spellings = [Clang<"nooutline">];
----------------
erichkeane wrote:
I see, thanks.
Hmm... my mental parse is still not really picking up the actual meaning of what this is (and as I'm the second one to mention that, perhaps something we should care about?). The rest don't have that parse problem for me. While I appreciate the symmetry, at the same time readability should, IMO trump it.
https://github.com/llvm/llvm-project/pull/163666
More information about the llvm-branch-commits
mailing list