Skip to content

Commit

Permalink
[docs] Add a release note for the removing of -Wreturn-std-move-in-c++11
Browse files Browse the repository at this point in the history
`-Wreturn-std-move-in-c++11` has been removed in fbee4a0.

Reviewed By: aaronpuchert, amccarth

Differential Revision: https://reviews.llvm.org/D97364
  • Loading branch information
nullptr-cpp committed Feb 25, 2021
1 parent 082ec3a commit b950de5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------

Expand Down

0 comments on commit b950de5

Please sign in to comment.