[clang] b950de5 - [docs] Add a release note for the removing of -Wreturn-std-move-in-c++11
Yang Fan via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 24 18:17:21 PST 2021
Author: Yang Fan
Date: 2021-02-25T10:17:09+08:00
New Revision: b950de5c13ef2171c0457a413c3b06aa31047938
URL: https://github.com/llvm/llvm-project/commit/b950de5c13ef2171c0457a413c3b06aa31047938
DIFF: https://github.com/llvm/llvm-project/commit/b950de5c13ef2171c0457a413c3b06aa31047938.diff
LOG: [docs] Add a release note for the removing of -Wreturn-std-move-in-c++11
`-Wreturn-std-move-in-c++11` has been removed in fbee4a0c79cc4ee87c34e51342742a5bc6fcf872.
Reviewed By: aaronpuchert, amccarth
Differential Revision: https://reviews.llvm.org/D97364
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 91d06940748e..26b380407c0b 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -79,6 +79,10 @@ Removed Compiler Flags
- 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
--------------------
More information about the cfe-commits
mailing list