aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/TypeSerialization.cpp
AgeCommit message (Expand)Author
2008-12-24Add serialization support for TypeOfType.Zhongxing Xu
2008-12-24Add serialization support for TypeOfExpr.Zhongxing Xu
2008-12-05Introduce basic support for dependent types, type-dependentDouglas Gregor
2008-12-05Representation of template type parameters and non-type templateDouglas Gregor
2008-11-28Switch QualType to use llvm::PointerIntPair internally to do the pointerChris Lattner
2008-10-26Don't give a default argument to ASTContext::getFunctionType for the TypeQual...Argyrios Kyrtzidis
2008-10-14Move Type::EmitImpl into header, add FIXME to make abstract.Daniel Dunbar
2008-08-27First wave of changes to support "blocks" (an extension to C).Steve Naroff
2008-08-11More #include cleaningDaniel Dunbar
2008-07-27Fix serialization for TypedefType by allowing TypedefType to access the inter...Ted Kremenek
2008-07-26Comment out the last call to QualType::getCanonicalType. This *breaks* 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