aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
diff options
context:
space:
mode:
authorMariya Podchishchaeva <mariya.podchishchaeva@intel.com>2024-07-09 09:15:46 +0200
committerGitHub <noreply@github.com>2024-07-09 09:15:46 +0200
commita1e1f31570adf2805ae9cc3bc690a4eef72ba4f2 (patch)
treed3885dbd6499c2b73304b777a78c5c38b863426d /clang/docs
parentcff8d716bdf017a2af8eb8623257fd33ee43f30e (diff)
downloadllvm-a1e1f31570adf2805ae9cc3bc690a4eef72ba4f2.zip
llvm-a1e1f31570adf2805ae9cc3bc690a4eef72ba4f2.tar.gz
llvm-a1e1f31570adf2805ae9cc3bc690a4eef72ba4f2.tar.bz2
[NFC][clang] Add a release note for `#embed` (#97997)
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/ReleaseNotes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index e086b4f..795712e 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
-------------------------------------------------