From c9c6b904f3fb4f515f7f041b7c49f5e3b7c53bd3 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Fri, 20 Aug 2010 05:53:47 +0000 Subject: [PATCH] Update help text for -cc1 -unoptimized-cfg. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111615 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Driver/CC1Options.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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">, -- 2.50.1