From 1e503de6aa612b6178a938b5b9711b52e592b60a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 26 Apr 2019 21:46:33 +0000 Subject: [PATCH] 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 --- docs/ReleaseNotes.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) ... -- 2.50.1