Author: Hans Wennborg
Date: 2020-02-10T15:34:28+01:00
New Revision: 64515b35844b925bdb76821d03ad4d7ddebe06e7

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

LOG: [analyzer] Add 10.0.0 release notes.

Differential revision: https://reviews.llvm.org/D73966

By Kristóf Umann!

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index e76ffdc8f07d..18edc4ef51e3 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -427,10 +427,24 @@ libclang
 Static Analyzer
 ---------------
 
-- The Clang analyzer checker ``DeadStores`` gets a new option called
-  ``WarnForDeadNestedAssignments`` to detect nested dead assignments
-  (enabled by default).
-- ...
+- New checker: ``alpha.cplusplus.PlacementNew`` to detect whether the storage
+  provided for default placement new is sufficiently large.
+
+- New checker: ``fuchsia.HandleChecker`` to detect leaks related to Fuchsia
+  handles.
+
+- New checker: ``security.insecureAPI.decodeValueOfObjCType`` warns about
+  potential buffer overflows when using ``[NSCoder decodeValueOfObjCType:at:]``
+
+- ``deadcode.DeadStores`` now warns about nested dead stores.
+
+- Condition values that are relevant to the occurance of a bug are far better
+  explained in bug reports.
+
+- Despite still being at an alpha stage, checkers implementing taint analyses
+  and C++ iterator rules were improved greatly.
+
+- Numerous smaller fixes.
 
 .. _release-notes-ubsan:
 


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to