From 5f163c7e2e62a6c003960930419998d223076538 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 llvm-svn: 359350 --- clang/docs/ReleaseNotes.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 5a6782a..1f09655 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/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.7.4