================ @@ -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 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
