From: Ted Kremenek Date: Sat, 26 Jul 2008 05:21:44 +0000 (+0000) Subject: Remove some old text. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b951d9dee58ff2208772fd59e693748494b507cd;p=clang Remove some old text. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54095 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/StaticAnalysisUsage.html b/www/StaticAnalysisUsage.html index 2d97a9b9b3..daab89f724 100644 --- a/www/StaticAnalysisUsage.html +++ b/www/StaticAnalysisUsage.html @@ -131,21 +131,17 @@ options prefix the build command. For example:

$ scan-build -k -V xcodebuild -

Here are a complete list of options:

+

Here is a subset of useful options:

- - - - +
OptionDescription
-aThe analysis to run. The default analysis is checker-cfref. Valid options are: checker-cfref, fsyntax-only. - These translate into options passed down to the clang executable, and currently this option is mainly used for debugging.
-oTarget directory for HTML report files. Subdirectories will be created as needed to represent separate "runs" of the analyzer. If this option is not specified, a directory is created in /tmp to store the reports.
-h
(or no arguments)
Display scan-build options.
-h
(or no arguments)
Display all scan-build options.
-k
--keep-going
Add a "keep on going" option to the specified build command.

This option currently supports make and @@ -158,26 +154,6 @@ reports.

-VView analysis results in a web browser when the build command completes.
-

These options can also be viewed by running scan-build with no -arguments:

- -
-  $ scan-build
-
-  USAGE: scan-build [options] <build command> [build options]
-
-  OPTIONS:
-
-  -a            - The analysis to run.  The default is 'checker-cfref'.
-                  Valid options are: 'checker-cfref', 'fsyntax-only'
-
-  -o            - Target directory for HTML report files.  Subdirectories
-                  will be created as needed to represent separate "runs" of
-                  the analyzer.  If this option is not specified, a directory
-                  is created in /tmp to store the reports.
-  ...
-
-

Output of the Analyzer