[PATCH] D72560: Add -Wrange-loop-analysis changes to ReleaseNotes
Mark de Wever via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 11 10:10:04 PST 2020
Mordante created this revision.
Mordante added reviewers: aaron.ballman, xbolva00.
Mordante added a project: clang.
This reflects the recent changes done.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D72560
Files:
clang/docs/ReleaseNotes.rst
Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -64,6 +64,11 @@
- -Wbitwise-conditional-parentheses will warn on operator precedence issues
when mixing bitwise-and (&) and bitwise-or (|) operator with the
conditional operator (?:).
+- -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.
+- -Wrange-loop-analysis is now part of -Wall.
Non-comprehensive list of changes in this release
-------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72560.237515.patch
Type: text/x-patch
Size: 775 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200111/b23a7d04/attachment.bin>
More information about the cfe-commits
mailing list