[clang] a1e1f31 - [NFC][clang] Add a release note for `#embed` (#97997)

via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 9 00:15:49 PDT 2024


Author: Mariya Podchishchaeva
Date: 2024-07-09T09:15:46+02:00
New Revision: a1e1f31570adf2805ae9cc3bc690a4eef72ba4f2

URL: https://github.com/llvm/llvm-project/commit/a1e1f31570adf2805ae9cc3bc690a4eef72ba4f2
DIFF: https://github.com/llvm/llvm-project/commit/a1e1f31570adf2805ae9cc3bc690a4eef72ba4f2.diff

LOG: [NFC][clang] Add a release note for `#embed` (#97997)

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index e086b4fa43743..795712eac1052 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -348,6 +348,9 @@ C23 Feature Support
   but C23 added them to ``<float.h>`` in
   `WG14 N2848 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2848.pdf>`_.
 
+- Clang now supports `N3017 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3017.htm>`_
+  ``#embed`` - a scannable, tooling-friendly binary resource inclusion mechanism.
+
 Non-comprehensive list of changes in this release
 -------------------------------------------------
 


        


More information about the cfe-commits mailing list