aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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