diff --git a/docs/tools/clang.pod b/docs/tools/clang.pod index 721844c28ed5a6bea991757a5ead424eb0220f6d..a58986c3a6b94c7462088394700846bb77e0b855 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