| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor FieldDecls to be ValueDecls instead of NamedDecls. | Mike Stump | 2009-02-10 | 1 | -3/+2 |
* | Improve the representation of template type parameters. We now | Douglas Gregor | 2009-02-05 | 1 | -8/+4 |
* | Basic representation of C++ class templates, from Andrew Sutton. | Douglas Gregor | 2009-02-04 | 1 | -1/+47 |
* | Semantic analysis, ASTs, and unqualified name lookup support for C++ | Douglas Gregor | 2009-02-03 | 1 | -0/+8 |
* | Add a macro-based enumeration of all of the Decl nodes (like we do | Douglas Gregor | 2009-02-02 | 1 | -6/+6 |
* | Remove many references to ASTContext::getAllocator(), replacing them with cal... | Steve Naroff | 2009-01-27 | 1 | -30/+14 |
* | Static Analyzer: When generating plists for errors reports, generate one plis... | Ted Kremenek | 2009-01-21 | 1 | -3/+3 |
* | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor | 2009-01-20 | 1 | -165/+91 |
* | Replace DeclContext's vector of ScopedDecl pointers with a linked list | Douglas Gregor | 2009-01-09 | 1 | -0/+7 |
* | Initial implementation of anonymous unions (and, as a GNU extension, | Douglas Gregor | 2009-01-07 | 1 | -0/+2 |
* | Introduce support for "transparent" DeclContexts, which are | Douglas Gregor | 2009-01-05 | 1 | -17/+0 |
* | Fix an uninitialized-variable warning | Douglas Gregor | 2009-01-05 | 1 | -1/+1 |
* | Finish up saving original parameter type and | Fariborz Jahanian | 2008-12-20 | 1 | -1/+2 |
* | introducing ParmVarWithOriginalTypeDecl class to | Fariborz Jahanian | 2008-12-20 | 1 | -0/+24 |
* | Make linkage-specifications hold on to all of their declarations | Douglas Gregor | 2008-12-16 | 1 | -2/+19 |
* | Unifies the name-lookup mechanisms used in various parts of the AST | Douglas Gregor | 2008-12-11 | 1 | -32/+31 |
* | Representation of template type parameters and non-type template | Douglas Gregor | 2008-12-05 | 1 | -0/+25 |
* | Extend DeclarationName to support C++ overloaded operators, e.g., | Douglas Gregor | 2008-11-18 | 1 | -1/+13 |
* | Introduction the DeclarationName class, as a single, general method of | Douglas Gregor | 2008-11-17 | 1 | -4/+50 |
* | Use ReadPtr, not ReadUIntPtr through a reinterpret_cast. | Argyrios Kyrtzidis | 2008-11-14 | 1 | -2/+2 |
* | Introduce ScopedDecl::getLexicalDeclContext() which is different from ScopedD... | Argyrios Kyrtzidis | 2008-11-09 | 1 | -4/+20 |
* | Properly deserialize ParamInfo of FunctionDecl. | Argyrios Kyrtzidis | 2008-11-07 | 1 | -2/+6 |
* | Preliminary support for function overloading | Douglas Gregor | 2008-10-21 | 1 | -1/+34 |
* | Simplify handling of struct/union/class tags. | Argyrios Kyrtzidis | 2008-10-15 | 1 | -7/+7 |
* | silence some release-assert warnings. | Chris Lattner | 2008-10-12 | 1 | -1/+0 |
* | - Add BlockDecl AST node. | Steve Naroff | 2008-10-08 | 1 | -0/+16 |
* | Remove "NextDecl" from RecordDecl. This change touches many files that where... | Ted Kremenek | 2008-09-05 | 1 | -3/+1 |
* | RecordDecl serialization: | Ted Kremenek | 2008-09-02 | 1 | -7/+4 |
* | -Add DeclChain member to DeclContext. | Argyrios Kyrtzidis | 2008-06-10 | 1 | -16/+46 |
* | Added new C++ AST Decl subclasses. | Argyrios Kyrtzidis | 2008-06-09 | 1 | -1/+2 |
* | When serializing FunctionDecl, serialize out a reference to the previous decl... | Ted Kremenek | 2008-05-20 | 1 | -0/+2 |
* | Unbreak build. | Ted Kremenek | 2008-05-12 | 1 | -1/+1 |
* | Grammar cleanup in comment. | Ted Kremenek | 2008-05-12 | 1 | -3/+2 |
* | When reading in the DeclCtx during deserialization, register the DeclCtx of the | Ted Kremenek | 2008-05-12 | 1 | -3/+4 |
* | Parsing of namespaces: | Argyrios Kyrtzidis | 2008-04-27 | 1 | -2/+28 |
* | "This patch renames | Chris Lattner | 2008-04-22 | 1 | -1/+1 |
* | Addition of TranslationUnitDecl to the AST: | Argyrios Kyrtzidis | 2008-04-17 | 1 | -0/+23 |
* | Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar... | Steve Naroff | 2008-04-15 | 1 | -25/+8 |
* | Use the ASTContext allocator when creating deserialized Decl objects. | Sam Bishop | 2008-04-11 | 1 | -15/+25 |
* | Add support for C++ default arguments, and rework Parse-Sema | Chris Lattner | 2008-04-08 | 1 | -2/+3 |
* | Pass the ASTContext object around when deserializing Decl and Stmt objects, so | Sam Bishop | 2008-04-07 | 1 | -60/+63 |
* | This patch contains these changes: | Chris Lattner | 2008-04-06 | 1 | -3/+3 |
* | Rename ScopedDecl::getContext() -> getContextDecl(). Two motivations: | Steve Naroff | 2008-04-04 | 1 | -1/+1 |
* | Introduce ContextDecl, patch by Argiris Kirtzidis! | Chris Lattner | 2008-04-04 | 1 | -10/+14 |
* | switch the rest of the C decl classes to do their | Chris Lattner | 2008-03-16 | 1 | -1/+1 |
* | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+463 |