[PATCH] D105759: Implement P2361 Unevaluated string literals
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 7 07:40:44 PDT 2023
cor3ntin added inline comments.
================
Comment at: clang/docs/ReleaseNotes.rst:138
- Implemented `P2738R1: constexpr cast from void* <https://wg21.link/P2738R1>`_.
+- Partially implemented `P2361R6: constexpr cast from void* <https://wg21.link/P2361R6>`_.
+ The changes to attributes declarations are not part of this release.
----------------
barannikov88 wrote:
> Looks like a copy&paste bug.
Nice catch, thanks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105759/new/
https://reviews.llvm.org/D105759
More information about the cfe-commits
mailing list