[clang] c5301cc - [Clang][NFC] Fix the title of P2361 in the release notes
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 7 07:42:38 PDT 2023
Author: Corentin Jabot
Date: 2023-07-07T16:41:17+02:00
New Revision: c5301cc5ce5edc56ba5ec27bb79ec2b2957d1974
URL: https://github.com/llvm/llvm-project/commit/c5301cc5ce5edc56ba5ec27bb79ec2b2957d1974
DIFF: https://github.com/llvm/llvm-project/commit/c5301cc5ce5edc56ba5ec27bb79ec2b2957d1974.diff
LOG: [Clang][NFC] Fix the title of P2361 in the release notes
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
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* <https://wg21.link/P2738R1>`_.
-- Partially implemented `P2361R6: constexpr cast from void* <https://wg21.link/P2361R6>`_.
+- Partially implemented `P2361R6: Unevaluated strings <https://wg21.link/P2361R6>`_.
The changes to attributes declarations are not part of this release.
Resolutions to C++ Defect Reports
More information about the cfe-commits
mailing list