]> granicus.if.org Git - clang/commitdiff
[analyzer] Rename the option help to reflect better what it does.
authorAnna Zaks <ganna@apple.com>
Fri, 7 Dec 2012 21:51:50 +0000 (21:51 +0000)
committerAnna Zaks <ganna@apple.com>
Fri, 7 Dec 2012 21:51:50 +0000 (21:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169640 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/Core/Analyses.def

index 01a6ffd7142c8ba40a6a0724a86ca3feabfe5dff..2efd8cb08c1fd61cdb11ba2fa38d906d895b85c3 100644 (file)
@@ -55,8 +55,8 @@ ANALYSIS_IPA(DynamicDispatchBifurcate, "dynamic-bifurcate", "Experimental: Enabl
 #define ANALYSIS_INLINING_MODE(NAME, CMDFLAG, DESC)
 #endif
 
-ANALYSIS_INLINING_MODE(All,  "all", "Analyze all functions in the order defined in the TU")
-ANALYSIS_INLINING_MODE(NoRedundancy, "noredundancy", "Do not analyze a function which has been previously inlined, use call graph to order")
+ANALYSIS_INLINING_MODE(All,  "all", "Analyze all functions as top level")
+ANALYSIS_INLINING_MODE(NoRedundancy, "noredundancy", "Do not analyze a function which has been previously inlined")
 
 #undef ANALYSIS_STORE
 #undef ANALYSIS_CONSTRAINTS