r359350 - Add to the release notes the fact that UninitializedObject checker is now

Sylvestre Ledru via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 26 14:46:33 PDT 2019


Author: sylvestre
Date: Fri Apr 26 14:46:33 2019
New Revision: 359350

URL: http://llvm.org/viewvc/llvm-project?rev=359350&view=rev
Log:
Add to the release notes the fact that UninitializedObject checker is now
considered as stable


Modified:
    cfe/trunk/docs/ReleaseNotes.rst

Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=359350&r1=359349&r2=359350&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Fri Apr 26 14:46:33 2019
@@ -190,7 +190,8 @@ libclang
 Static Analyzer
 ---------------
 
-- ...
+- The UninitializedObject checker is now considered as stable.
+  (moved from the 'alpha.cplusplus' to the 'optin.cplusplus' package)
 
 ...
 




More information about the cfe-commits mailing list