[PATCH] D97364: [docs] Add a release note for the removing of -Wreturn-std-move-in-c++11
Yang Fan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 24 01:05:47 PST 2021
nullptr.cpp created this revision.
nullptr.cpp requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
`-Wreturn-std-move-in-c++11` has been removed in fbee4a0c79cc4ee87c34e51342742a5bc6fcf872 <https://reviews.llvm.org/rGfbee4a0c79cc4ee87c34e51342742a5bc6fcf872>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D97364
Files:
clang/docs/ReleaseNotes.rst
Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -79,6 +79,10 @@
- The clang-cl ``/fallback`` flag, which made clang-cl invoke Microsoft Visual
C++ on files it couldn't compile itself, has been removed.
+- ``-Wreturn-std-move-in-c++11``, which checked whether an entity is affected by
+ `CWG1579 <https://wg21.link/CWG1579>`_ to become implicitly movable, has been
+ removed.
+
New Pragmas in Clang
--------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97364.326008.patch
Type: text/x-patch
Size: 553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210224/ad371082/attachment.bin>
More information about the cfe-commits
mailing list