[llvm-branch-commits] [clang] [clang] Add clang::nooutline Attribute (PR #163666)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Oct 16 09:40:34 PDT 2025


================
@@ -2355,6 +2355,13 @@ def NoInline : DeclOrStmtAttr {
   let SimpleHandler = 1;
 }
 
+def NoOutline : DeclOrStmtAttr {
+  let Spellings = [CXX11<"clang", "nooutline">, C23<"clang", "nooutline">];
----------------
Sirraide wrote:

```suggestion
  let Spellings = [Clang<"nooutline">];
```

https://github.com/llvm/llvm-project/pull/163666


More information about the llvm-branch-commits mailing list