summaryrefslogtreecommitdiff
path: root/www/analyzer/scan-build.html
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-06-27 10:45:02 +0000
committerEd Schouten <ed@FreeBSD.org>2009-06-27 10:45:02 +0000
commit4ebdf5c4f587daef4e0be499802eac3a7a49bf2f (patch)
tree2c5a83521a20c02e7805581a174008aa9bc23579 /www/analyzer/scan-build.html
parentf698f7e71940663e26a4806a96fb0bdfa160c886 (diff)
Import Clang r74383.vendor/clang/clang-r74383
Notes
svn path=/vendor/clang/dist/; revision=195099 svn path=/vendor/clang/clang-r74383/; revision=195101; tag=vendor/clang/clang-r74383
Diffstat (limited to 'www/analyzer/scan-build.html')
-rw-r--r--www/analyzer/scan-build.html13
1 files changed, 3 insertions, 10 deletions
diff --git a/www/analyzer/scan-build.html b/www/analyzer/scan-build.html
index 5bd5319e8d0b..92a4c3e5e93b 100644
--- a/www/analyzer/scan-build.html
+++ b/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>