r195027 - Remove clang man page reference to --analyze, and point people to the analyzer website.

Ted Kremenek kremenek at apple.com
Mon Nov 18 10:53:37 PST 2013


Author: kremenek
Date: Mon Nov 18 12:53:37 2013
New Revision: 195027

URL: http://llvm.org/viewvc/llvm-project?rev=195027&view=rev
Log:
Remove clang man page reference to --analyze, and point people to the analyzer website.

Modified:
    cfe/trunk/docs/tools/clang.pod

Modified: cfe/trunk/docs/tools/clang.pod
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/tools/clang.pod?rev=195027&r1=195026&r2=195027&view=diff
==============================================================================
--- cfe/trunk/docs/tools/clang.pod (original)
+++ cfe/trunk/docs/tools/clang.pod Mon Nov 18 12:53:37 2013
@@ -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
 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
 
 





More information about the cfe-commits mailing list