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

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 17 08:29:32 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGcb2f2fecc151: [Clang] Added info about noinline/always_inline statement attributes to release… (authored by xbolva00).
Herald added a project: clang.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121896/new/

https://reviews.llvm.org/D121896

Files:
  clang/docs/ReleaseNotes.rst


Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -103,6 +103,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
 ---------------
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121896.416188.patch
Type: text/x-patch
Size: 473 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220317/50219676/attachment.bin>


More information about the cfe-commits mailing list