From: Sylvestre Ledru Date: Fri, 26 Apr 2019 21:46:33 +0000 (+0000) Subject: Add to the release notes the fact that UninitializedObject checker is now X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e503de6aa612b6178a938b5b9711b52e592b60a;p=clang Add to the release notes the fact that UninitializedObject checker is now considered as stable git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@359350 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 5a6782a016..1f09655027 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -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) ...