[PATCH] D105759: Implement P2361 Unevaluated string literals

Sergei Barannikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 7 07:37:26 PDT 2023


barannikov88 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.
----------------
Looks like a copy&paste bug.


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