Author: Dávid Bolvanský Date: 2022-03-17T16:29:23+01:00 New Revision: cb2f2fecc151999a7892a9d1325a34f85dabcecb
URL: https://github.com/llvm/llvm-project/commit/cb2f2fecc151999a7892a9d1325a34f85dabcecb DIFF: https://github.com/llvm/llvm-project/commit/cb2f2fecc151999a7892a9d1325a34f85dabcecb.diff LOG: [Clang] Added info about noinline/always_inline statement attributes to release notes Reviewed By: aaron.ballman Differential Revision: https://reviews.llvm.org/D121896 Added: Modified: clang/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index d457be1305cf7..21531bf72cd5b 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -103,6 +103,9 @@ Attribute Changes in Clang attributes of diff erent kinds. - Emit error on GNU attributes for a nested namespace definition. +- Statement attributes ``[[clang::noinline]]`` and ``[[clang::always_inline]]`` + can be used to control inlining decisions at callsites. + Windows Support --------------- _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits