[PATCH] D72560: Add -Wrange-loop-analysis changes to ReleaseNotes
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 11 10:46:00 PST 2020
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM with some suggestions.
================
Comment at: clang/docs/ReleaseNotes.rst:69
+ 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.
----------------
small trivially copyable -> small, trivially copyable
================
Comment at: clang/docs/ReleaseNotes.rst:71
+ warning now offers fixits.
+- -Wrange-loop-analysis is now part of -Wall.
----------------
I'd fold this in to the previous bullet.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72560/new/
https://reviews.llvm.org/D72560
More information about the cfe-commits
mailing list