[cfe-commits] r111615 - /cfe/trunk/include/clang/Driver/CC1Options.td
Ted Kremenek
kremenek at apple.com
Thu Aug 19 22:53:47 PDT 2010
Author: kremenek
Date: Fri Aug 20 00:53:47 2010
New Revision: 111615
URL: http://llvm.org/viewvc/llvm-project?rev=111615&view=rev
Log:
Update help text for -cc1 -unoptimized-cfg.
Modified:
cfe/trunk/include/clang/Driver/CC1Options.td
Modified: cfe/trunk/include/clang/Driver/CC1Options.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/CC1Options.td?rev=111615&r1=111614&r2=111615&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/CC1Options.td (original)
+++ cfe/trunk/include/clang/Driver/CC1Options.td Fri Aug 20 00:53:47 2010
@@ -41,7 +41,7 @@
def analysis_CFGView : Flag<"-cfg-view">,
HelpText<"View Control-Flow Graphs using GraphViz">;
def analysis_UnoptimizedCFG : Flag<"-unoptimized-cfg">,
- HelpText<"View Control-Flow Graphs using GraphViz">;
+ HelpText<"Generate unoptimized CFGs for all analyses">;
def analysis_DisplayLiveVariables : Flag<"-dump-live-variables">,
HelpText<"Print results of live variable analysis">;
def analysis_LLVMConventionChecker : Flag<"-analyzer-check-llvm-conventions">,
More information about the cfe-commits
mailing list