Mordante created this revision. Mordante added a reviewer: hans. Mordante added a project: clang. Herald added a subscriber: cfe-commits.
This contains the update for the release notes for D73007 <https://reviews.llvm.org/D73007> and D73434 <https://reviews.llvm.org/D73434>. You already cherry-picked the changes for D73007 <https://reviews.llvm.org/D73007>. Can you cherry-pick c03349e40f21 <https://reviews.llvm.org/rGc03349e40f21f0375278138992a32694a99c830e> for D73434 <https://reviews.llvm.org/D73434>? Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D73834 Files: clang/docs/ReleaseNotes.rst Index: clang/docs/ReleaseNotes.rst =================================================================== --- clang/docs/ReleaseNotes.rst +++ clang/docs/ReleaseNotes.rst @@ -72,7 +72,9 @@ - -Wrange-loop-analysis got several improvements. It no longer warns about a copy being made when the result is bound to an rvalue reference. It no longer warns when an object of a small, trivially copyable type is copied. The - warning now offers fixits. It is now part of -Wall. + warning now offers fixits. Excluding -Wrange-loop-bind-reference it is now + part of -Wall. To reduce the number of false positives the diagnostic is + disabled in macros and template instantiations. Non-comprehensive list of changes in this release -------------------------------------------------
Index: clang/docs/ReleaseNotes.rst =================================================================== --- clang/docs/ReleaseNotes.rst +++ clang/docs/ReleaseNotes.rst @@ -72,7 +72,9 @@ - -Wrange-loop-analysis got several improvements. It no longer warns about a copy being made when the result is bound to an rvalue reference. It no longer warns when an object of a small, trivially copyable type is copied. The - warning now offers fixits. It is now part of -Wall. + warning now offers fixits. Excluding -Wrange-loop-bind-reference it is now + part of -Wall. To reduce the number of false positives the diagnostic is + disabled in macros and template instantiations. Non-comprehensive list of changes in this release -------------------------------------------------
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits