aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/StmtSerialization.cpp
AgeCommit message (Expand)Author
2008-05-01Use pointer swizziling to unify in ObjCMessageExpr the receiver and classname...Ted Kremenek
2008-05-01Extend InitListExpr API/IMPL to support arbitrary add/remove (in support of t...Steve Naroff
2008-04-08Add support for C++ default arguments, and rework Parse-Sema Chris Lattner
2008-04-07Pass the ASTContext object around when deserializing Decl and Stmt objects, soSam Bishop
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner