aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-08-20 05:53:47 +0000
committerTed Kremenek <kremenek@apple.com>2010-08-20 05:53:47 +0000
commitc9c6b904f3fb4f515f7f041b7c49f5e3b7c53bd3 (patch)
treefd1aa478d7c8d0a4ca3946123773f5d66e48e086
parent7cea322bf019b0d38867a27e20e3771d84dbb1af (diff)
Update help text for -cc1 -unoptimized-cfg.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111615 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Driver/CC1Options.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Driver/CC1Options.td b/include/clang/Driver/CC1Options.td
index 74d9fbaccf..fabb29b622 100644
--- a/include/clang/Driver/CC1Options.td
+++ b/include/clang/Driver/CC1Options.td
@@ -41,7 +41,7 @@ def analysis_CFGDump : Flag<"-cfg-dump">,
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">,