diff options
author | Anna Zaks <ganna@apple.com> | 2012-09-24 17:43:47 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2012-09-24 17:43:47 +0000 |
commit | 70e5b575e187beb10f4a10667d9f4f5227131c40 (patch) | |
tree | 1fc5de3a6344876ed3135f595062c0a71e9e2b5e /lib/Driver/Tools.cpp | |
parent | 8cd3f1505f7c8b71cb77aeb8027e6059eb8b6289 (diff) |
[analyzer] Really turn on dynamic-bifurcation on by default.
Thanks to Byoungyoung for realizing taht we are not passing the default
option correctly.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164543 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Tools.cpp')
-rw-r--r-- | lib/Driver/Tools.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index 0866c01657..8619b98a68 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -1610,8 +1610,6 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA, CmdArgs.push_back("-analyzer-eagerly-assume"); - CmdArgs.push_back("-analyzer-ipa=inlining"); - // Add default argument set. if (!Args.hasArg(options::OPT__analyzer_no_default_checks)) { CmdArgs.push_back("-analyzer-checker=core"); |