From ad8d4795df72a826cb8537b0c2556368b0cb4105 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Fri, 14 Dec 2012 22:22:23 +0000 Subject: Add some release note text for the Clang Static Analyzer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_32@170251 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index df914593aa..f4a6879d22 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -247,6 +247,46 @@ + +

+Clang Static Analyzer +

+ +
+ +

The Clang Static Analyzer + is an advanced source code analysis tool integrated into Clang that performs + a deep analysis of code to find potential bugs.

+ +

In the LLVM 3.2 release, the static analyzer has made significant improvements + in many areas, with notable highlights such as:

+ + + +

The release specifically includes notable improvements for Objective-C analysis, including:

+ + + +

The release specifically includes notable improvements for C++ analysis, including:

+ + + +

Finally, this release includes many small improvements to scan-build, which can be used to drive the analyzer from the command line or a continuous integration system. This includes a directory-traversal issue, which could cause potential security problems in some cases. We would like to acknowledge Tim Brown of Portcullis Computer Security Ltd for reporting this issue.

+ +
+ -- cgit v1.2.3