[Clang] Added info about noinline/always_inline statement attributes to release notes

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D121896
This commit is contained in:
Dávid Bolvanský 2022-03-17 16:28:37 +01:00
parent 0fa4aeb453
commit cb2f2fecc1

View File

@ -103,6 +103,9 @@ Attribute Changes in Clang
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
---------------