aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGExprConstant.cpp
AgeCommit message (Expand)Author
2008-04-20use simplified ConstantFP:get method.Chris Lattner
2008-04-15Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff
2008-04-08Add support for C++ default arguments, and rework Parse-Sema Chris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner