[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 13:57:37 PDT 2025
================
@@ -269,6 +269,9 @@ Non-comprehensive list of changes in this release
allocation functions with a token ID can be enabled via the
``-fsanitize=alloc-token`` flag.
+- Added a new attribute, ``[[clang::nooutline]]`` to suppress outlining from
+ annotated functions. This uses the LLVM `nooutline` attribute.
----------------
Sirraide wrote:
There is a dedicated section called ‘Attribute Changes in Clang’ below
https://github.com/llvm/llvm-project/pull/163666
More information about the llvm-branch-commits
mailing list