diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 35caf85725c140..1ae7b8377e3e4e 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -135,7 +135,7 @@ C++2c Feature Support ^^^^^^^^^^^^^^^^^^^^^ - Compiler flags ``-std=c++2c`` and ``-std=gnu++2c`` have been added for experimental C++2c implementation work. - Implemented `P2738R1: constexpr cast from void* `_. -- Partially implemented `P2361R6: constexpr cast from void* `_. +- Partially implemented `P2361R6: Unevaluated strings `_. The changes to attributes declarations are not part of this release. Resolutions to C++ Defect Reports