diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst --- a/clang/docs/ReleaseNotes.rst +++ b/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 `_ to become implicitly movable, has been + removed. + New Pragmas in Clang --------------------