[llvm-commits] [llvm] r83720 - /llvm/trunk/docs/ReleaseNotes-2.6.html

Duncan Sands baldrick at free.fr
Sat Oct 10 12:16:25 PDT 2009


Author: baldrick
Date: Sat Oct 10 14:16:25 2009
New Revision: 83720

URL: http://llvm.org/viewvc/llvm-project?rev=83720&view=rev
Log:
Remove an inappropriate line in the description of the
clang static analyser.  Decrease duplication in the text.

Modified:
    llvm/trunk/docs/ReleaseNotes-2.6.html

Modified: llvm/trunk/docs/ReleaseNotes-2.6.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes-2.6.html?rev=83720&r1=83719&r2=83720&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes-2.6.html (original)
+++ llvm/trunk/docs/ReleaseNotes-2.6.html Sat Oct 10 14:16:25 2009
@@ -146,13 +146,9 @@
 <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





More information about the llvm-commits mailing list