In the expression evaluator, descend into both the true and false expressions of...
authorNick Lewycky <nicholas@mxc.ca>
Thu, 27 Apr 2017 07:11:09 +0000 (07:11 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 27 Apr 2017 07:11:09 +0000 (07:11 +0000)
commit20edee6a3e4f077da25360edebb8180afebb03ed
tree0a12cd32e0f344745c095db07cf5069732d4924c
parent0f8f177682ddd91e7fe84595170d8e4986516e3b
In the expression evaluator, descend into both the true and false expressions of a ConditionalOperator when the condition can't be evaluated and we're in an evaluation mode that says we should continue evaluating.

llvm-svn: 301520
clang/lib/AST/ExprConstant.cpp
clang/test/Sema/integer-overflow.c