summaryrefslogtreecommitdiffstats
path: root/clang/AST/DeclSerialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-463/+0
* Switch over functiondecl. This makes it obvious that the ASTContextChris Lattner2008-03-151-1/+1
* fix typosGabor Greif2008-03-061-1/+1
* Put back the top-level asm code; all tests pass now.Anders Carlsson2008-02-081-0/+23
* Back out 46855 for now, it causes test failures on Darwin.Anders Carlsson2008-02-081-23/+0
* Handle top-level asm declarations.Anders Carlsson2008-02-071-0/+23
* Add first pieces of support for parsing and representing Chris Lattner2008-01-121-0/+16
* Substituted all instances of the string "Objc" for "ObjC". This fixesTed Kremenek2008-01-071-2/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Updated serialization of ParmVarDecl to serialize out objcDeclQualifier.Ted Kremenek2007-12-131-5/+7
* Moved ObjcDeclQualifier to ParmVarDecl from VarDecl.Fariborz Jahanian2007-12-131-3/+5
* Fixed bug in the serialization of FunctionDecls. We would incorrectlyTed Kremenek2007-11-161-5/+5
* Fixed bug in serialization of EnumConstantDecl where we improperlyTed Kremenek2007-11-141-2/+2
* Added QualType::ReadBackpatch to allow QualType initialization withTed Kremenek2007-11-141-2/+2
* Added serialization of Union decls.Ted Kremenek2007-11-141-1/+2
* Implemented serialization of EnumDecl and EnumConstantDecl.Ted Kremenek2007-11-141-2/+68
* Implemented serialization of FieldDecls.Ted Kremenek2007-11-141-0/+21
* Implemented serialization of RecordDecls. Changed serialization of TagType toTed Kremenek2007-11-141-0/+43
* Fixed bug in FunctionDecl serialization where we crashed when theTed Kremenek2007-11-131-7/+17
* Restructured serialization code for decls to make it cleaner, easier toTed Kremenek2007-11-131-114/+188
* Misc. serialization changes to ASTContext and Decls. SerializationTed Kremenek2007-11-061-6/+26
* Implemented serialization of TypedefDecls.Ted Kremenek2007-11-051-1/+19
* Added skeleton for dispatch of Decl serialization.Ted Kremenek2007-11-051-2/+24
* Added most of the boilerplate code for Decl serialization. Still a fewTed Kremenek2007-11-021-0/+117
* Simplified Serialization code for SourceLocation and SourceRange, andTed Kremenek2007-11-011-39/+5
* Added skeleton for Decl serialization.Ted Kremenek2007-10-251-0/+62
OpenPOWER on IntegriCloud