[clang] [NFC][clang] Add a release note for `#embed` (PR #97997)
Mariya Podchishchaeva via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 8 00:38:49 PDT 2024
https://github.com/Fznamznon created https://github.com/llvm/llvm-project/pull/97997
None
>From 65fbdb7bfc69640b4c9e43ced21eeeb6d3f44c5f Mon Sep 17 00:00:00 2001
From: Mariya Podchishchaeva <mariya.podchishchaeva at intel.com>
Date: Mon, 8 Jul 2024 09:32:12 +0200
Subject: [PATCH] [NFC][clang] Add a release note for `#embed`
---
clang/docs/ReleaseNotes.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 838cb69f647ee..69c2ad8be7919 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