| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | r90313, in which OverloadedFunctionDecl is removed and never spoken of again. | John McCall | 2009-12-02 | 1 | -1/+0 |
* | Allocate MultipleDC objects using the allocator associated with | Ted Kremenek | 2009-12-01 | 1 | -5/+5 |
* | Streamline Stmt::CollectingStats() and Decl::CollectingStats(). No functional... | Kovarththanan Rajaratnam | 2009-11-29 | 1 | -2/+1 |
* | Add 1+2 consts. | Daniel Dunbar | 2009-11-21 | 1 | -1/+1 |
* | Incremental progress on using declarations. Split UnresolvedUsingDecl into | John McCall | 2009-11-18 | 1 | -2/+3 |
* | Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ... | Ted Kremenek | 2009-11-18 | 1 | -1/+1 |
* | Do not register ObjCInterfaceDecls implicitly created by @class in the | Ted Kremenek | 2009-11-17 | 1 | -0/+7 |
* | Instead of hanging a using declaration's target decls directly off the using | John McCall | 2009-11-17 | 1 | -7/+17 |
* | Remove OriginalTypeParmDecl; the original type is the one specified | John McCall | 2009-10-23 | 1 | -1/+0 |
* | Anonymous namespaces, sema + codegen. A lot of semantics are still broken, | John McCall | 2009-10-01 | 1 | -0/+11 |
* | Improved representation and support for friend class templates. Angst about ... | John McCall | 2009-09-16 | 1 | -0/+1 |
* | When performing unqualified name lookup into a DeclContext, also look into | Douglas Gregor | 2009-09-10 | 1 | -0/+16 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -49/+49 |
* | Ensure that the tag decls of friend decls aren't added to the friending class's | John McCall | 2009-09-02 | 1 | -5/+0 |
* | Fix bug 4784 and allow friend declarations to properly extend | John McCall | 2009-08-31 | 1 | -4/+4 |
* | Add a workaround for decls that come from friend decls pointing to undeclared... | Anders Carlsson | 2009-08-29 | 1 | -2/+12 |
* | For consistency, just make friend declarations AS_public. | John McCall | 2009-08-29 | 1 | -10/+2 |
* | Don't assert that friend declarations must have access specifiers for now. | Anders Carlsson | 2009-08-29 | 1 | -2/+10 |
* | Omnibus friend decl refactoring. Instead of cloning AST classes for friend | John McCall | 2009-08-28 | 1 | -4/+1 |
* | Check in UnresolvedUsingDecl. | Anders Carlsson | 2009-08-28 | 1 | -0/+1 |
* | When checking whether one declaration context encloses another, make sure to ... | Douglas Gregor | 2009-08-27 | 1 | -0/+10 |
* | Add a FriendClassDecl type for holding declarations of friend types in | John McCall | 2009-08-11 | 1 | -0/+1 |
* | Argument-dependent lookup for friend declarations. Add a new decl type, | John McCall | 2009-08-11 | 1 | -3/+13 |
* | Change uses of: | Ted Kremenek | 2009-07-29 | 1 | -1/+1 |
* | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek | 2009-07-17 | 1 | -1/+1 |
* | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek | 2009-07-17 | 1 | -1/+1 |
* | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -34/+33 |
* | Remove the ASTContext parameter from the getBody() methods of Decl and subcla... | Argyrios Kyrtzidis | 2009-06-30 | 1 | -4/+4 |
* | Decl::getTranslationUnitDecl() should return itself when the Decl is a Transl... | Argyrios Kyrtzidis | 2009-06-30 | 1 | -0/+3 |
* | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -9/+11 |
* | -Keep a reference to the ASTContext inside the TranslationUnitDecl. | Argyrios Kyrtzidis | 2009-06-29 | 1 | -0/+16 |
* | See through UsingDecls in more places. | Anders Carlsson | 2009-06-26 | 1 | -0/+3 |
* | Improved semantic analysis and AST respresentation for function | Douglas Gregor | 2009-06-25 | 1 | -0/+4 |
* | Parsing and AST support for using declarations, from John Thompson! | Douglas Gregor | 2009-06-20 | 1 | -0/+1 |
* | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor | 2009-06-18 | 1 | -33/+14 |
* | Improvements to TemplateArgumentListBuilder to make it work better with param... | Anders Carlsson | 2009-06-13 | 1 | -0/+7 |
* | Initial infrastructure for class template partial specialization. Here | Douglas Gregor | 2009-05-31 | 1 | -0/+4 |
* | Get rid of CXXTempVarDecl. | Anders Carlsson | 2009-05-30 | 1 | -1/+0 |
* | Introduced DeclContext::isDependentContext, which determines whether a | Douglas Gregor | 2009-05-28 | 1 | -0/+15 |
* | A couple more small changes which are probably required for Cygwin | Eli Friedman | 2009-04-27 | 1 | -1/+1 |
* | Implement function-try-blocks. However, there's a very subtle bug that I can'... | Sebastian Redl | 2009-04-26 | 1 | -0/+17 |
* | CXXTempVarDecls aren't looked up. Fixes tests. | Anders Carlsson | 2009-04-24 | 1 | -0/+1 |
* | Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's g... | Douglas Gregor | 2009-04-24 | 1 | -3/+7 |
* | Various minor fixes to PCH reading and writing, with general | Douglas Gregor | 2009-04-10 | 1 | -0/+7 |
* | Implementation of pre-compiled headers (PCH) based on lazy | Douglas Gregor | 2009-04-09 | 1 | -0/+112 |
* | Propagate the ASTContext to various AST traversal and lookup functions. | Douglas Gregor | 2009-04-09 | 1 | -22/+32 |
* | Simple DeclContext's internal representation by always storing a | Douglas Gregor | 2009-04-09 | 1 | -103/+14 |
* | improve compatibility with VC+, patch by John Thompson! | Chris Lattner | 2009-04-08 | 1 | -1/+0 |
* | Allow us to ask for the access specifier of a translation unit | Douglas Gregor | 2009-04-07 | 1 | -1/+2 |
* | Move the internal DeclContext data structures into a separate header. | Douglas Gregor | 2009-04-07 | 1 | -109/+1 |