Age | Commit message (Expand) | Author |
2009-04-22 | Remove the serialization code that predates precompiled | Douglas Gregor |
2009-04-18 | FunctionDecl::getBody() is getting an ASTContext argument for use in | Douglas Gregor |
2009-04-02 | Resynchronize Decl/VarDecl serialization code with the structures | Douglas Gregor |
2009-03-29 | Push DeclGroup much farther throughout the compiler. Now the various | Chris Lattner |
2009-03-29 | switch DeclBase::DeclCtx to the new happy and type-safe | Chris Lattner |
2009-03-29 | adjust to llvm mainline changes. | Chris Lattner |
2009-03-28 | rename NextDeclInScope to NextDeclInContext, since the pointer | Chris Lattner |
2009-03-27 | change Decl::DeclCtx to use a PointerIntPair instead of hand bitmangling. | Chris Lattner |
2009-02-10 | Refactor FieldDecls to be ValueDecls instead of NamedDecls. | Mike Stump |
2009-02-05 | Improve the representation of template type parameters. We now | Douglas Gregor |
2009-02-04 | Basic representation of C++ class templates, from Andrew Sutton. | Douglas Gregor |
2009-02-03 | Semantic analysis, ASTs, and unqualified name lookup support for C++ | Douglas Gregor |
2009-02-02 | Add a macro-based enumeration of all of the Decl nodes (like we do | Douglas Gregor |
2009-01-27 | Remove many references to ASTContext::getAllocator(), replacing them with cal... | Steve Naroff |
2009-01-21 | Static Analyzer: When generating plists for errors reports, generate one plis... | Ted Kremenek |
2009-01-20 | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor |
2009-01-09 | Replace DeclContext's vector of ScopedDecl pointers with a linked list | Douglas Gregor |
2009-01-07 | Initial implementation of anonymous unions (and, as a GNU extension, | Douglas Gregor |
2009-01-05 | Introduce support for "transparent" DeclContexts, which are | Douglas Gregor |
2009-01-05 | Fix an uninitialized-variable warning | Douglas Gregor |
2008-12-20 | Finish up saving original parameter type and | Fariborz Jahanian |
2008-12-20 | introducing ParmVarWithOriginalTypeDecl class to | Fariborz Jahanian |
2008-12-16 | Make linkage-specifications hold on to all of their declarations | Douglas Gregor |
2008-12-11 | Unifies the name-lookup mechanisms used in various parts of the AST | Douglas Gregor |
2008-12-05 | Representation of template type parameters and non-type template | Douglas Gregor |
2008-11-18 | Extend DeclarationName to support C++ overloaded operators, e.g., | Douglas Gregor |
2008-11-17 | Introduction the DeclarationName class, as a single, general method of | Douglas Gregor |
2008-11-14 | Use ReadPtr, not ReadUIntPtr through a reinterpret_cast. | Argyrios Kyrtzidis |
2008-11-09 | Introduce ScopedDecl::getLexicalDeclContext() which is different from ScopedD... | Argyrios Kyrtzidis |
2008-11-07 | Properly deserialize ParamInfo of FunctionDecl. | Argyrios Kyrtzidis |
2008-10-21 | Preliminary support for function overloading | Douglas Gregor |
2008-10-15 | Simplify handling of struct/union/class tags. | Argyrios Kyrtzidis |
2008-10-12 | silence some release-assert warnings. | Chris Lattner |
2008-10-08 | - Add BlockDecl AST node. | Steve Naroff |
2008-09-05 | Remove "NextDecl" from RecordDecl. This change touches many files that where... | Ted Kremenek |
2008-09-02 | RecordDecl serialization: | Ted Kremenek |
2008-06-10 | -Add DeclChain member to DeclContext. | Argyrios Kyrtzidis |
2008-06-09 | Added new C++ AST Decl subclasses. | Argyrios Kyrtzidis |
2008-05-20 | When serializing FunctionDecl, serialize out a reference to the previous decl... | Ted Kremenek |
2008-05-12 | Unbreak build. | Ted Kremenek |
2008-05-12 | Grammar cleanup in comment. | Ted Kremenek |
2008-05-12 | When reading in the DeclCtx during deserialization, register the DeclCtx of the | Ted Kremenek |
2008-04-27 | Parsing of namespaces: | Argyrios Kyrtzidis |
2008-04-22 | "This patch renames | Chris Lattner |
2008-04-17 | Addition of TranslationUnitDecl to the AST: | Argyrios Kyrtzidis |
2008-04-15 | Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar... | Steve Naroff |
2008-04-11 | Use the ASTContext allocator when creating deserialized Decl objects. | Sam Bishop |
2008-04-08 | Add support for C++ default arguments, and rework Parse-Sema | Chris Lattner |
2008-04-07 | Pass the ASTContext object around when deserializing Decl and Stmt objects, so | Sam Bishop |
2008-04-06 | This patch contains these changes: | Chris Lattner |