summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclSerialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor FieldDecls to be ValueDecls instead of NamedDecls.Mike Stump2009-02-101-3/+2
* Improve the representation of template type parameters. We nowDouglas Gregor2009-02-051-8/+4
* Basic representation of C++ class templates, from Andrew Sutton.Douglas Gregor2009-02-041-1/+47
* Semantic analysis, ASTs, and unqualified name lookup support for C++Douglas Gregor2009-02-031-0/+8
* Add a macro-based enumeration of all of the Decl nodes (like we doDouglas Gregor2009-02-021-6/+6
* Remove many references to ASTContext::getAllocator(), replacing them with cal...Steve Naroff2009-01-271-30/+14
* Static Analyzer: When generating plists for errors reports, generate one plis...Ted Kremenek2009-01-211-3/+3
* Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor2009-01-201-165/+91
* Replace DeclContext's vector of ScopedDecl pointers with a linked listDouglas Gregor2009-01-091-0/+7
* Initial implementation of anonymous unions (and, as a GNU extension,Douglas Gregor2009-01-071-0/+2
* Introduce support for "transparent" DeclContexts, which areDouglas Gregor2009-01-051-17/+0
* Fix an uninitialized-variable warningDouglas Gregor2009-01-051-1/+1
* Finish up saving original parameter type andFariborz Jahanian2008-12-201-1/+2
* introducing ParmVarWithOriginalTypeDecl class toFariborz Jahanian2008-12-201-0/+24
* Make linkage-specifications hold on to all of their declarationsDouglas Gregor2008-12-161-2/+19
* Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor2008-12-111-32/+31
* Representation of template type parameters and non-type templateDouglas Gregor2008-12-051-0/+25
* Extend DeclarationName to support C++ overloaded operators, e.g.,Douglas Gregor2008-11-181-1/+13
* Introduction the DeclarationName class, as a single, general method ofDouglas Gregor2008-11-171-4/+50
* Use ReadPtr, not ReadUIntPtr through a reinterpret_cast.Argyrios Kyrtzidis2008-11-141-2/+2
* Introduce ScopedDecl::getLexicalDeclContext() which is different from ScopedD...Argyrios Kyrtzidis2008-11-091-4/+20
* Properly deserialize ParamInfo of FunctionDecl.Argyrios Kyrtzidis2008-11-071-2/+6
* Preliminary support for function overloadingDouglas Gregor2008-10-211-1/+34
* Simplify handling of struct/union/class tags.Argyrios Kyrtzidis2008-10-151-7/+7
* silence some release-assert warnings.Chris Lattner2008-10-121-1/+0
* - Add BlockDecl AST node.Steve Naroff2008-10-081-0/+16
* Remove "NextDecl" from RecordDecl. This change touches many files that where...Ted Kremenek2008-09-051-3/+1
* RecordDecl serialization:Ted Kremenek2008-09-021-7/+4
* -Add DeclChain member to DeclContext.Argyrios Kyrtzidis2008-06-101-16/+46
* Added new C++ AST Decl subclasses.Argyrios Kyrtzidis2008-06-091-1/+2
* When serializing FunctionDecl, serialize out a reference to the previous decl...Ted Kremenek2008-05-201-0/+2
* Unbreak build.Ted Kremenek2008-05-121-1/+1
* Grammar cleanup in comment.Ted Kremenek2008-05-121-3/+2
* When reading in the DeclCtx during deserialization, register the DeclCtx of theTed Kremenek2008-05-121-3/+4
* Parsing of namespaces:Argyrios Kyrtzidis2008-04-271-2/+28
* "This patch renames Chris Lattner2008-04-221-1/+1
* Addition of TranslationUnitDecl to the AST:Argyrios Kyrtzidis2008-04-171-0/+23
* Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff2008-04-151-25/+8
* Use the ASTContext allocator when creating deserialized Decl objects.Sam Bishop2008-04-111-15/+25
* Add support for C++ default arguments, and rework Parse-Sema Chris Lattner2008-04-081-2/+3
* Pass the ASTContext object around when deserializing Decl and Stmt objects, soSam Bishop2008-04-071-60/+63
* This patch contains these changes:Chris Lattner2008-04-061-3/+3
* Rename ScopedDecl::getContext() -> getContextDecl(). Two motivations:Steve Naroff2008-04-041-1/+1
* Introduce ContextDecl, patch by Argiris Kirtzidis!Chris Lattner2008-04-041-10/+14
* switch the rest of the C decl classes to do their Chris Lattner2008-03-161-1/+1
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+463
OpenPOWER on IntegriCloud