]> granicus.if.org Git - clang/commit
Move CheckICE and isIntegerConstantExpr to ExprConstant.cpp because it seemed
authorJohn McCall <rjmccall@apple.com>
Fri, 7 May 2010 05:32:02 +0000 (05:32 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 7 May 2010 05:32:02 +0000 (05:32 +0000)
commitd905f5ad540c415d1a21b4f8b7bd715bfb7bb920
treea07903cc65ac735bbde62663c21082d4d6084a67
parent66a915fbd73a0e404ed28f58e4a3f1b8d0f8fb94
Move CheckICE and isIntegerConstantExpr to ExprConstant.cpp because it seemed
like a good idea at the time.

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