]> granicus.if.org Git - clang/commit
Move folding of __builtin_classify_type out of the CallExpr
authorChris Lattner <sabre@nondot.org>
Mon, 6 Oct 2008 06:40:35 +0000 (06:40 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 Oct 2008 06:40:35 +0000 (06:40 +0000)
commita4d55d89c8076b402bb168e3edeef0c2cd2a78c3
tree0103c24431bda995731bd2fbfdc0712c4f9f4a93
parent9e62171a25e3a08fb5c49fb370f83faf5ae786f5
Move folding of __builtin_classify_type out of the CallExpr
interface into the constant folding interface.

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