[PATCH] D73834: Update for Clang 10 release notes

Mark de Wever via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 1 10:09:28 PST 2020


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
 -------------------------------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73834.241888.patch
Type: text/x-patch
Size: 783 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200201/c80c76ce/attachment.bin>


More information about the cfe-commits mailing list