[cfe-commits] r74102 - /cfe/trunk/www/analyzer/scan-build.html

Ted Kremenek kremenek at apple.com
Wed Jun 24 12:12:12 PDT 2009


Author: kremenek
Date: Wed Jun 24 14:12:07 2009
New Revision: 74102

URL: http://llvm.org/viewvc/llvm-project?rev=74102&view=rev
Log:
Remove reference to using 'clang' directly to analyze projects.

Modified:
    cfe/trunk/www/analyzer/scan-build.html

Modified: cfe/trunk/www/analyzer/scan-build.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/scan-build.html?rev=74102&r1=74101&r2=74102&view=diff

==============================================================================
--- cfe/trunk/www/analyzer/scan-build.html (original)
+++ cfe/trunk/www/analyzer/scan-build.html Wed Jun 24 14:12:07 2009
@@ -32,16 +32,9 @@
 <h1>Running the Analyzer</h1>
 
 <p>While the static analyzer engine can be used as a library, many users will
-likely use the command-line interface to the analyzer to analyze projects. There
-are essentially two commands one can use the run the analyzer:</p>
-
-<ul>
-<li><b>scan-build</b>: The <tt>scan-build</tt> command can be used to analyze
-an entire project.</li>
-<li><b>clang</b>: The <tt>clang</tt> command is both Clang's compiler and
-static analysis driver. This can be used both to compile and analyze
-individual source files.
-</ul>
+likely use the command-line interface to the analyzer to analyze projects. This
+page documents <tt>scan-build<tt/>, a program that users can use from the
+command line to analyze all the source files used to build a project.</p>
 
 <h3>Contents</h3>
 





More information about the cfe-commits mailing list