[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 fbee4a0c79.

Reviewed By: aaronpuchert, amccarth

Differential Revision: https://reviews.llvm.org/D97364
This commit is contained in:
Yang Fan 2021-02-24 17:01:51 +08:00
parent 082ec3ab07
commit b950de5c13
No known key found for this signature in database
GPG Key ID: 717E4EB972E515EF
1 changed files with 4 additions and 0 deletions

View File

@ -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
--------------------