diff options
author | Anna Zaks <ganna@apple.com> | 2012-12-07 21:51:50 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2012-12-07 21:51:50 +0000 |
commit | 60c4612d70229d1d079deaec62c7c8613070fbff (patch) | |
tree | b1a12d74dde9efe49fb7e6311c3801190bb7f28e | |
parent | 75f31c4862643ab09479c979fabf754e7ffe1460 (diff) |
[analyzer] Rename the option help to reflect better what it does.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169640 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/StaticAnalyzer/Core/Analyses.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/StaticAnalyzer/Core/Analyses.def b/include/clang/StaticAnalyzer/Core/Analyses.def index 01a6ffd714..2efd8cb08c 100644 --- a/include/clang/StaticAnalyzer/Core/Analyses.def +++ b/include/clang/StaticAnalyzer/Core/Analyses.def @@ -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 |