]> granicus.if.org Git - clang/commit
Simplify DataRecursiveIntBinOpEvaluator::VisitBinOp() a bit and make sure we don't
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 22 Mar 2012 02:13:06 +0000 (02:13 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 22 Mar 2012 02:13:06 +0000 (02:13 +0000)
commit9293fff58aa0198fa7a6bb504169bcac01dbbff7
treeca02907b5143921a8b0b9ee8b11dc6694b247ce3
parentf5aa3f5e58356d0bea823fe75dd7bf6aea6f47f4
Simplify DataRecursiveIntBinOpEvaluator::VisitBinOp() a bit and make sure we don't
evaluate RHS if LHS could not be evaluated and keepEvaluatingAfterFailure() is false.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153235 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp