aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGExprConstant.cpp
AgeCommit message (Expand)Author
2008-05-29Add codegen support for a few more kinds of initializer constant Eli Friedman
2008-05-20Restructure constant structure init codegen so that it's possible to Eli Friedman
2008-05-20Remove code that shouldn't have any effect anymore.Eli Friedman
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