[PATCH] D126664: Expand definition deprecation warning to include constexpr statements.
Luke Nihlen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 1 07:32:46 PDT 2022
luken-google updated this revision to Diff 433395.
luken-google added a comment.
Add release note.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126664/new/
https://reviews.llvm.org/D126664
Files:
clang/docs/ReleaseNotes.rst
Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -241,6 +241,9 @@
suggest ``#else`` as an alternative. ``#elifdef`` and ``#elifndef`` are only
suggested when in C2x or C++2b mode. Fixes
`Issue 51598 <https://github.com/llvm/llvm-project/issues/51598>`_.
+- The ``-Wdeprecated`` diagnostic will now warn on out-of-line ``constexpr``
+ declarations downgraded to definitions in C++1z, in addition to the
+ existing warning on out-of-line ``const`` declarations.
Non-comprehensive list of changes in this release
-------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126664.433395.patch
Type: text/x-patch
Size: 696 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220601/57e689e2/attachment-0001.bin>
More information about the cfe-commits
mailing list