diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/AST/ExprConstant.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AST/ExprConstant.cpp b/lib/AST/ExprConstant.cpp index 881182bba8..4ea6399a48 100644 --- a/lib/AST/ExprConstant.cpp +++ b/lib/AST/ExprConstant.cpp @@ -514,7 +514,6 @@ namespace { bool keepEvaluatingAfterFailure() { // Should return true in IntOverflowCheckMode, so that we check for // overflow even if some subexpressions can't be evaluated as constants. - // subexpressions can't be evaluated as constants. return IntOverflowCheckMode || (CheckingPotentialConstantExpression && EvalStatus.Diag && EvalStatus.Diag->empty()); |