| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | change another PointerIntPair into a PointerUnion. | Chris Lattner | 2009-03-29 | 1 | -31/+17 |
* | switch DeclBase::DeclCtx to the new happy and type-safe | Chris Lattner | 2009-03-29 | 1 | -4/+2 |
* | adjust to llvm mainline changes. | Chris Lattner | 2009-03-29 | 1 | -1/+1 |
* | Let getIdentifierNamespaceForKind know about aliases and have it treat them j... | Anders Carlsson | 2009-03-28 | 1 | -0/+1 |
* | rename NextDeclInScope to NextDeclInContext, since the pointer | Chris Lattner | 2009-03-28 | 1 | -7/+7 |
* | minor cleanups: make getIdentifierNamespace() be a single load | Chris Lattner | 2009-03-27 | 1 | -8/+69 |
* | reduce # const_casts, no functionality change. | Chris Lattner | 2009-03-27 | 1 | -2/+2 |
* | change Decl::DeclCtx to use a PointerIntPair instead of hand bitmangling. | Chris Lattner | 2009-03-27 | 1 | -2/+4 |
* | Tighten the setAccess assert. We now allow AS_none if the decl contex is not ... | Anders Carlsson | 2009-03-25 | 1 | -0/+8 |
* | partially inline getAttrs() to speed up PR3810 (and lots of | Chris Lattner | 2009-03-21 | 1 | -4/+2 |
* | rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl. | Chris Lattner | 2009-03-05 | 1 | -0/+22 |
* | add an a Attr::Destroy method and force clients to go through it. As part of | Chris Lattner | 2009-03-04 | 1 | -10/+13 |
* | improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) | Chris Lattner | 2009-03-02 | 1 | -0/+1 |
* | Make the type associated with a ClassTemplateSpecializationDecl be a | Douglas Gregor | 2009-02-26 | 1 | -2/+1 |
* | Use RecordFirst/RecordLast range checks in DeclContext | Douglas Gregor | 2009-02-26 | 1 | -1/+1 |
* | Perform additional semantic checking of class template | Douglas Gregor | 2009-02-25 | 1 | -0/+8 |
* | Add copy assignment operator, caught by doug. | Chris Lattner | 2009-02-23 | 1 | -0/+9 |
* | optimize the 'StoredDeclsMap' for the common case where there is | Chris Lattner | 2009-02-20 | 1 | -44/+121 |
* | make the redeclaration case faster for the common instance of a redeclaration | Chris Lattner | 2009-02-20 | 1 | -8/+19 |
* | 80 cols | Chris Lattner | 2009-02-20 | 1 | -1/+2 |
* | slight code simplifications. | Chris Lattner | 2009-02-20 | 1 | -15/+12 |
* | only do one DenseMap lookup instead of two (one to find out if there is | Chris Lattner | 2009-02-19 | 1 | -12/+12 |
* | minor simplification. | Chris Lattner | 2009-02-19 | 1 | -3/+3 |
* | use early exit to reduce indentation. | Chris Lattner | 2009-02-19 | 1 | -25/+26 |
* | Implement basic parsing and semantic analysis for explicit | Douglas Gregor | 2009-02-17 | 1 | -28/+23 |
* | Move DeclContext::getParent and getLexicalParent in-line. | Argyrios Kyrtzidis | 2009-02-17 | 1 | -8/+0 |
* | Currently all DeclContexts are Decls as well; use cast<Decl> instead of dyn_c... | Argyrios Kyrtzidis | 2009-02-17 | 1 | -8/+2 |
* | DeclContext had its "casting machinery" inside the class definition so that i... | Argyrios Kyrtzidis | 2009-02-16 | 1 | -2/+46 |
* | Make DeclContexts maintenance a bit easier. | Argyrios Kyrtzidis | 2009-02-16 | 1 | -1/+1 |
* | Basic representation of C++ class templates, from Andrew Sutton. | Douglas Gregor | 2009-02-04 | 1 | -1/+2 |
* | Semantic analysis, ASTs, and unqualified name lookup support for C++ | Douglas Gregor | 2009-02-03 | 1 | -3/+15 |
* | Add a macro-based enumeration of all of the Decl nodes (like we do | Douglas Gregor | 2009-02-02 | 1 | -225/+27 |
* | Remove many references to ASTContext::getAllocator(), replacing them with cal... | Steve Naroff | 2009-01-27 | 1 | -1/+1 |
* | Allocate expresssions through ASTContext (still more work to do). | Steve Naroff | 2009-01-20 | 1 | -0/+29 |
* | Rename DeclContext::insert to DeclContext::makeDeclVisibleInContext and docum... | Douglas Gregor | 2009-01-20 | 1 | -8/+8 |
* | Remove the TopLevelDecls from TranslationUnit, since all of those decls are o... | Douglas Gregor | 2009-01-20 | 1 | -15/+10 |
* | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor | 2009-01-20 | 1 | -35/+59 |
* | Teach DeclContext how to find the primary declaration for any TagDecl | Douglas Gregor | 2009-01-17 | 1 | -29/+7 |
* | Fix a subtle bug in DeclContext::DestroyDecls(). | Steve Naroff | 2009-01-14 | 1 | -4/+8 |
* | Turn off some Destroy calls that are currenly causing double-destruction of S... | Douglas Gregor | 2009-01-13 | 1 | -1/+5 |
* | Cleanup DeclContext::addDecl and DeclContext::insert interface, from Piotr Rak | Douglas Gregor | 2009-01-12 | 1 | -6/+5 |
* | Replace DeclContext's vector of ScopedDecl pointers with a linked list | Douglas Gregor | 2009-01-09 | 1 | -2/+11 |
* | Make sure that ScopedDecls passed to DeclContext::addDecl are added into thei... | Douglas Gregor | 2009-01-09 | 1 | -1/+1 |
* | Move property API's up to ObjCContainerDecl (removing a lot of duplicate code). | Steve Naroff | 2009-01-09 | 1 | -0/+1 |
* | Unify the code for defining tags in C and C++, so that we always | Douglas Gregor | 2009-01-08 | 1 | -0/+1 |
* | This is a large/messy diff that unifies the ObjC AST's with DeclContext. | Steve Naroff | 2009-01-08 | 1 | -10/+20 |
* | When determining whether a variable is a file-scoped variable, check | Douglas Gregor | 2009-01-07 | 1 | -2/+2 |
* | Initial implementation of anonymous unions (and, as a GNU extension, | Douglas Gregor | 2009-01-07 | 1 | -1/+1 |
* | Allow Objective-C entities to be declared within a transparent context | Douglas Gregor | 2009-01-06 | 1 | -0/+7 |
* | Minor tweaks to the transparent declcontext patch | Douglas Gregor | 2009-01-06 | 1 | -1/+2 |