aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
diff options
context:
space:
mode:
authorCorentin Jabot <corentinjabot@gmail.com>2022-07-13 19:03:18 +0200
committerCorentin Jabot <corentinjabot@gmail.com>2022-07-14 07:50:58 +0200
commit6882ca9aff076738bbffd68f73892187519554f8 (patch)
treed55d55fecfb541415bc74390ba1b8344968770fc /clang/docs
parent18a910dfba9e3cfd3f09e448be3d6461f154ed41 (diff)
downloadllvm-6882ca9aff076738bbffd68f73892187519554f8.zip
llvm-6882ca9aff076738bbffd68f73892187519554f8.tar.gz
llvm-6882ca9aff076738bbffd68f73892187519554f8.tar.bz2
[Clang] Adjust extension warnings for delimited sequences
WG21 approved delimited escape sequences and named escape sequences. Adjust the extension warnings accordingly, and update the release notes. Reviewed By: aaron.ballman Differential Revision: https://reviews.llvm.org/D129664
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/ReleaseNotes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index f8977d5..a02bc0a 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -502,6 +502,10 @@ C++2b Feature Support
- Implemented `P0849R8: auto(x): decay-copy in the language <https://wg21.link/P0849R8>`_.
- Implemented `P2242R3: Non-literal variables (and labels and gotos) in constexpr functions <https://wg21.link/P2242R3>`_.
- Implemented `LWG3659: Consider ATOMIC_FLAG_INIT undeprecation <https://wg21.link/LWG3659>`_.
+- Implemented `P2290 Delimited escape sequences <https://wg21.link/P2290R3>`_.
+ This feature is available as an extension in all C and C++ language modes.
+- Implemented `P2071 Named universal character escapes <https://wg21.link/P2290R2>`_.
+ This feature is available as an extension in all C and C++ language modes.
CUDA/HIP Language Changes in Clang
----------------------------------