[llvm-branch-commits] [clang] 2d9954d - Add -Wrange-loop-analysis	changes to ReleaseNotes
    Mark de Wever via llvm-branch-commits 
    llvm-branch-commits at lists.llvm.org
       
    Tue Feb  4 11:24:22 PST 2020
    
    
  
Author: Mark de Wever
Date: 2020-02-04T20:20:16+01:00
New Revision: 2d9954dd8244c7a9d6a1e160fcbb22fe2b9b514f
URL: https://github.com/llvm/llvm-project/commit/2d9954dd8244c7a9d6a1e160fcbb22fe2b9b514f
DIFF: https://github.com/llvm/llvm-project/commit/2d9954dd8244c7a9d6a1e160fcbb22fe2b9b514f.diff
LOG: Add -Wrange-loop-analysis changes to ReleaseNotes
This reflects the recent changes done.
Differential Revision: https://reviews.llvm.org/D73834
Added: 
    
Modified: 
    clang/docs/ReleaseNotes.rst
Removed: 
    
################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index c0e1ffde2a60..753dab9e8bc3 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -72,7 +72,9 @@ Improvements to Clang's diagnostics
 - -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
 -------------------------------------------------
        
    
    
More information about the llvm-branch-commits
mailing list