aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2013-11-18 18:53:37 +0000
committerTed Kremenek <kremenek@apple.com>2013-11-18 18:53:37 +0000
commit3ce1d5796fd0cfdd6ff84188dba34abf0380e1b8 (patch)
treec21e1d61ef856f5c4e182b0ce490fd0b43eae36d /docs
parentfb21ecfa483bc679d06e8a21d154684bd5183637 (diff)
downloadclang-3ce1d5796fd0cfdd6ff84188dba34abf0380e1b8.tar.gz
Remove clang man page reference to --analyze, and point people to the analyzer website.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195027 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/tools/clang.pod7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/tools/clang.pod b/docs/tools/clang.pod
index 721844c28e..a58986c3a6 100644
--- a/docs/tools/clang.pod
+++ b/docs/tools/clang.pod
@@ -81,7 +81,8 @@ B<Clang Static Analyzer>
The Clang Static Analyzer is a tool that scans source code to try to find bugs
through code analysis. This tool uses many parts of Clang and is built into the
-same driver.
+same driver. Please see L<http://clang-analyzer.llvm.org> for more details
+on how to use the static analyzer.
=head1 OPTIONS
@@ -112,10 +113,6 @@ Run all of the above, plus the assembler, generating a target ".o" object file.
If no stage selection option is specified, all stages above are run, and the
linker is run to combine the results into an executable or shared library.
-=item B<--analyze>
-
-Run the Clang Static Analyzer.
-
=back