Release Notes: static anaylizer changes; by Gábor Horváth
authorHans Wennborg <hans@hanshq.net>
Tue, 18 Aug 2015 16:30:07 +0000 (16:30 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 18 Aug 2015 16:30:07 +0000 (16:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_37@245308 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 71d50b307457d566d48538ad635ee7073667053c..847aafb371537405421de67c791bba2435f4e9dd 100644 (file)
@@ -201,7 +201,20 @@ libclang
 Static Analyzer
 ---------------
 
-...
+* The generated plists now contain the name of the check that generated it.
+
+* Configuration options can now be passed to the checkers (not just the static
+  analyzer core).
+
+* New check for dereferencing object that the result of a zero-length
+  allocation.
+
+* Also check functions in precompiled headers.
+
+* Properly handle alloca() in some checkers.
+
+* Various improvements to the retain count checker.
+
 
 SystemZ
 -------