]> granicus.if.org Git - clang/commit
Change IntExprEvaluator to operate on an APValue not an APSInt.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 19 Feb 2009 20:17:33 +0000 (20:17 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 19 Feb 2009 20:17:33 +0000 (20:17 +0000)
commit30c37f4d2ee5811e85f692c22fb67d74ddc88079
tree5e4f6b7898c4058b103b9843b560e958b86cf46b
parent403bc2bd9edffe51d73776643fa87696c9417678
Change IntExprEvaluator to operate on an APValue not an APSInt.
 - Prep for handling lvalues, no intended functionality change.

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