]> granicus.if.org Git - clang/commit
Overload IntExprEvaluator::Success() with a function that takes a CharUnits
authorKen Dyck <kd@kendyck.com>
Fri, 11 Mar 2011 02:13:43 +0000 (02:13 +0000)
committerKen Dyck <kd@kendyck.com>
Fri, 11 Mar 2011 02:13:43 +0000 (02:13 +0000)
commit4f3bc8f7aa90b72832b03bee9201c98f4bb6b4d1
treee7d23a842e9c4956480db21b7912a22243cb481d
parent27871ea66fa9b1f5622bef542c422d2ab5969e13
Overload IntExprEvaluator::Success() with a function that takes a CharUnits
parameter to tidy up the places where the expression is a size.

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