diff options
Diffstat (limited to 'lib/AST/ExprConstant.cpp')
-rw-r--r-- | lib/AST/ExprConstant.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/ExprConstant.cpp b/lib/AST/ExprConstant.cpp index adc52e236c..e516beb0ac 100644 --- a/lib/AST/ExprConstant.cpp +++ b/lib/AST/ExprConstant.cpp @@ -21,7 +21,7 @@ using namespace clang; using llvm::APSInt; -#define USE_NEW_EVALUATOR 0 +#define USE_NEW_EVALUATOR 1 static bool CalcFakeICEVal(const Expr *Expr, llvm::APSInt &Result, |