Index: clang/docs/ReleaseNotes.rst =================================================================== --- clang/docs/ReleaseNotes.rst +++ clang/docs/ReleaseNotes.rst @@ -100,6 +100,9 @@ attributes of different 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 ---------------