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 | 9cadaa7ef8f922c5e3a96208852d4e6c1c1e4f4b (patch) | |
tree | 7a203dde6ab2a6452b59574b386caf347005c19b /clang | |
parent | 5d484780fbb998725e4f61e9a9b0e57fb507cf2d (diff) | |
download | bcm5719-llvm-9cadaa7ef8f922c5e3a96208852d4e6c1c1e4f4b.tar.gz bcm5719-llvm-9cadaa7ef8f922c5e3a96208852d4e6c1c1e4f4b.zip |
[analyzer] Rename the option help to reflect better what it does.
llvm-svn: 169640
Diffstat (limited to 'clang')
-rw-r--r-- | clang/include/clang/StaticAnalyzer/Core/Analyses.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang/StaticAnalyzer/Core/Analyses.def b/clang/include/clang/StaticAnalyzer/Core/Analyses.def index 01a6ffd7142..2efd8cb08c1 100644 --- a/clang/include/clang/StaticAnalyzer/Core/Analyses.def +++ b/clang/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 |