]> granicus.if.org Git - clang/commit
Add IntExprEvaluator::Success method.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 19 Feb 2009 09:06:44 +0000 (09:06 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 19 Feb 2009 09:06:44 +0000 (09:06 +0000)
commit131eb438d8c216b2e2a4f8fa8158ea88b787dc14
treea4cadf222c64b97949bba8b9c5ec9c5d33a65739
parent6beb16578ebbe56b88318a0f062cd01fcf2a459c
Add IntExprEvaluator::Success method.
 - Handles assignment to Result with appropriate type.

 - Simplifies & encapsulates most direct handling of the Result value;
   prep for allowing IntExprEvaluator to deal with LValue APValues.

 - No intended functionality change.

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