Author: ZequanWu
Date: 2020-06-04T09:45:04-07:00
New Revision: e82e388a493345d8287175f884b34c3f38f71057

URL: 
https://github.com/llvm/llvm-project/commit/e82e388a493345d8287175f884b34c3f38f71057
DIFF: 
https://github.com/llvm/llvm-project/commit/e82e388a493345d8287175f884b34c3f38f71057.diff

LOG: [Doc] update ReleaseNotes with new warning note.

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 8f9dc81ec0b3..25ff809120de 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -54,6 +54,10 @@ Improvements to Clang's diagnostics
 - -Wpointer-to-int-cast is a new warning group. This group warns about C-style
   casts of pointers to a integer type too small to hold all possible values.
 
+- -Wuninitialized-const-reference is a new warning controlled by 
+  -Wuninitialized. It warns on cases where uninitialized variables are passed
+  as const reference arguments to a function.
+
 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

Reply via email to