diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index 5a209fcc632..25be8602cdc 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -146,13 +146,9 @@ list.

UPDATE! Previously announced in the 2.4 and 2.5 LLVM releases, the Clang project also includes an early stage static source code analysis tool for automatically finding bugs -in C and Objective-C programs. The tool performs a growing set of checks to find -bugs that occur on a specific path within a program.

- -

In the LLVM 2.6 time-frame there have been many significant improvements to -XYZ.

- -

The set of checks performed by the static analyzer continues to expand, and +in C and Objective-C programs. The tool performs checks to find +bugs that occur on a specific path within a program. +The set of checks performed by the static analyzer continues to expand, and future plans for the tool include full source-level inter-procedural analysis and deeper checks such as buffer overrun detection. There are many opportunities to extend and enhance the static analyzer, and anyone interested in working on