summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-06-24 19:12:07 +0000
committerTed Kremenek <kremenek@apple.com>2009-06-24 19:12:07 +0000
commitb49fe2aff735ddd7ac1b83f16170b0f08cb3ef19 (patch)
tree6ba494fde3ca83a4db910846f9d8bcf0ea9583b4
parent1fd588829444efd2442d3fe522ccadc6891fafa1 (diff)
downloadbcm5719-llvm-b49fe2aff735ddd7ac1b83f16170b0f08cb3ef19.tar.gz
bcm5719-llvm-b49fe2aff735ddd7ac1b83f16170b0f08cb3ef19.zip
Remove reference to using 'clang' directly to analyze projects.
llvm-svn: 74102
-rw-r--r--clang/www/analyzer/scan-build.html13
1 files changed, 3 insertions, 10 deletions
diff --git a/clang/www/analyzer/scan-build.html b/clang/www/analyzer/scan-build.html
index 5bd5319e8d0..d89ed9ebe2d 100644
--- a/clang/www/analyzer/scan-build.html
+++ b/clang/www/analyzer/scan-build.html
@@ -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>
OpenPOWER on IntegriCloud