summaryrefslogtreecommitdiffstats
path: root/clang/docs/tools
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
commitf0834a8125ec05fd25bbb33526fe41659de32775 (patch)
tree63edf8644a1ded5d0008252b80ad7c3c9908b774 /clang/docs/tools
parentf340787d7976fb86e0e9842f8b170964575800a9 (diff)
downloadbcm5719-llvm-f0834a8125ec05fd25bbb33526fe41659de32775.tar.gz
bcm5719-llvm-f0834a8125ec05fd25bbb33526fe41659de32775.zip
Remove clang man page reference to --analyze, and point people to the analyzer website.
llvm-svn: 195027
Diffstat (limited to 'clang/docs/tools')
-rw-r--r--clang/docs/tools/clang.pod7
1 files changed, 2 insertions, 5 deletions
diff --git a/clang/docs/tools/clang.pod b/clang/docs/tools/clang.pod
index 721844c28ed..a58986c3a6b 100644
--- a/clang/docs/tools/clang.pod
+++ b/clang/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
OpenPOWER on IntegriCloud