aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/TypeSerialization.cpp
AgeCommit message (Expand)Author
2009-04-22Remove the serialization code that predates precompiledDouglas Gregor
2009-03-30Improve the representation of template names in the AST. ThisDouglas Gregor
2009-03-27Initial implementation of parsing, semantic analysis, and templateDouglas Gregor
2009-03-26Revamp our representation of C++ nested-name-specifiers. We now have aDouglas Gregor
2009-03-19Introduce a representation for types that we referred to via aDouglas Gregor
2009-03-16Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl
2009-03-09Implement template instantiation for ClassTemplateSpecializationTypes,Douglas Gregor
2009-02-28Eliminate CXXRecordTypeDouglas Gregor
2009-02-26Create a new TypeNodes.def file that enumerates all of the types,Douglas Gregor
2009-02-17Renamed ASQualType to ExtQualType to reflect its moreFariborz Jahanian
2009-02-09Start processing template-ids as types when the template-name refersDouglas Gregor
2009-02-05Improve the representation of template type parameters. We nowDouglas Gregor
2009-01-24Add support for declaring pointers to members.Sebastian Redl
2009-01-17Teach DeclContext how to find the primary declaration for any TagDeclDouglas Gregor
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