aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/DeclSerialization.cpp
AgeCommit message (Expand)Author
2008-12-05Representation of template type parameters and non-type templateDouglas Gregor
2008-11-18Extend DeclarationName to support C++ overloaded operators, e.g.,Douglas Gregor
2008-11-17Introduction the DeclarationName class, as a single, general method ofDouglas Gregor
2008-11-14Use ReadPtr, not ReadUIntPtr through a reinterpret_cast.Argyrios Kyrtzidis
2008-11-09Introduce ScopedDecl::getLexicalDeclContext() which is different from ScopedD...Argyrios Kyrtzidis
2008-11-07Properly deserialize ParamInfo of FunctionDecl.Argyrios Kyrtzidis
2008-10-21Preliminary support for function overloadingDouglas Gregor
2008-10-15Simplify handling of struct/union/class tags.Argyrios Kyrtzidis
2008-10-12silence some release-assert warnings.Chris Lattner
2008-10-08- Add BlockDecl AST node.Steve Naroff
2008-09-05Remove "NextDecl" from RecordDecl. This change touches many files that where...Ted Kremenek
2008-09-02RecordDecl serialization:Ted Kremenek
2008-06-10-Add DeclChain member to DeclContext.Argyrios Kyrtzidis
2008-06-09Added new C++ AST Decl subclasses.Argyrios Kyrtzidis
2008-05-20When serializing FunctionDecl, serialize out a reference to the previous decl...Ted Kremenek
2008-05-12Unbreak build.Ted Kremenek
2008-05-12Grammar cleanup in comment.Ted Kremenek
2008-05-12When reading in the DeclCtx during deserialization, register the DeclCtx of theTed Kremenek
2008-04-27Parsing of namespaces:Argyrios Kyrtzidis
2008-04-22"This patch renames Chris Lattner
2008-04-17Addition of TranslationUnitDecl to the AST:Argyrios Kyrtzidis
2008-04-15Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff
2008-04-11Use the ASTContext allocator when creating deserialized Decl objects.Sam Bishop
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-04-06This patch contains these changes:Chris Lattner
2008-04-04Rename ScopedDecl::getContext() -> getContextDecl(). Two motivations:Steve Naroff
2008-04-04Introduce ContextDecl, patch by Argiris Kirtzidis!Chris Lattner
2008-03-16switch the rest of the C decl classes to do their Chris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner