summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-10-10 19:16:25 +0000
committerDuncan Sands <baldrick@free.fr>2009-10-10 19:16:25 +0000
commita637737e49d1f3f03fe4f543ae2c40e20df59584 (patch)
treedd416cd80bc09f148baf1c808fecb17c6dcd1f04 /docs
parentcfb92fe54efdf4c0a3942176f786f721ae10e227 (diff)
downloadllvm-a637737e49d1f3f03fe4f543ae2c40e20df59584.tar.gz
llvm-a637737e49d1f3f03fe4f543ae2c40e20df59584.tar.bz2
llvm-a637737e49d1f3f03fe4f543ae2c40e20df59584.tar.xz
Remove an inappropriate line in the description of the
clang static analyser. Decrease duplication in the text. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83720 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes-2.6.html10
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html
index 5a209fcc63..25be8602cd 100644
--- a/docs/ReleaseNotes-2.6.html
+++ b/docs/ReleaseNotes-2.6.html
@@ -146,13 +146,9 @@ list</a>.</p>
<p><b>UPDATE!</b> 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 <a
href="http://clang.llvm.org/StaticAnalysis.html">automatically finding bugs</a>
-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.</p>
-
-<p>In the LLVM 2.6 time-frame there have been many significant improvements to
-XYZ.</p>
-
-<p>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