aboutsummaryrefslogtreecommitdiff
path: root/AST/DeclSerialization.cpp
AgeCommit message (Expand)Author
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2008-03-15Switch over functiondecl. This makes it obvious that the ASTContextChris Lattner
2008-03-06fix typosGabor Greif
2008-02-08Put back the top-level asm code; all tests pass now.Anders Carlsson
2008-02-08Back out 46855 for now, it causes test failures on Darwin.Anders Carlsson
2008-02-07Handle top-level asm declarations.Anders Carlsson
2008-01-12Add first pieces of support for parsing and representing Chris Lattner
2008-01-07Substituted all instances of the string "Objc" for "ObjC". This fixesTed Kremenek
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-13Updated serialization of ParmVarDecl to serialize out objcDeclQualifier.Ted Kremenek
2007-12-13Moved ObjcDeclQualifier to ParmVarDecl from VarDecl.Fariborz Jahanian
2007-11-16Fixed bug in the serialization of FunctionDecls. We would incorrectlyTed Kremenek
2007-11-14Fixed bug in serialization of EnumConstantDecl where we improperlyTed Kremenek
2007-11-14Added QualType::ReadBackpatch to allow QualType initialization withTed Kremenek
2007-11-14Added serialization of Union decls.Ted Kremenek
2007-11-14Implemented serialization of EnumDecl and EnumConstantDecl.Ted Kremenek
2007-11-14Implemented serialization of FieldDecls.Ted Kremenek
2007-11-14Implemented serialization of RecordDecls. Changed serialization of TagType toTed Kremenek
2007-11-13Fixed bug in FunctionDecl serialization where we crashed when theTed Kremenek
2007-11-13Restructured serialization code for decls to make it cleaner, easier toTed Kremenek
2007-11-06Misc. serialization changes to ASTContext and Decls. SerializationTed Kremenek
2007-11-05Implemented serialization of TypedefDecls.Ted Kremenek
2007-11-05Added skeleton for dispatch of Decl serialization.Ted Kremenek
2007-11-02Added most of the boilerplate code for Decl serialization. Still a fewTed Kremenek
2007-11-01Simplified Serialization code for SourceLocation and SourceRange, andTed Kremenek
2007-10-25Added skeleton for Decl serialization.Ted Kremenek