summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2015-08-18 16:30:07 +0000
committerHans Wennborg <hans@hanshq.net>2015-08-18 16:30:07 +0000
commit39df38933642f7173d972c6a0e8c85bd4e4b27f6 (patch)
treee78c41edbcd71098fced8abe50ce653e7ca65787
parent7dd0f4dea83dbdcf22b5eb7323370765e48bbb6e (diff)
Release Notes: static anaylizer changes; by Gábor Horváth
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_37@245308 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst15
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 71d50b3074..847aafb371 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -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
-------