]> granicus.if.org Git - clang/commit
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)
commit74bc51fffa47a16910538bc195068c2ac2e49bd8
treef7b2170fbb65443046fbd0cd818707673e7b531c
parent6b7fb45df342132973cf828b5802da7cc50838c6
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301520 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
test/Sema/integer-overflow.c