| Commit message (Expand) | Author | Age | Files | Lines |
| * | Keep track of all of the import declarations that are parsed or | Douglas Gregor | 2011-12-03 | 1 | -0/+7 |
| * | Introduce a module import declaration, so that we properly represent, e.g., | Douglas Gregor | 2011-12-02 | 1 | -0/+1 |
| * | From Vassil Vassilev: add checks for removing Decls for more use cases. | Axel Naumann | 2011-11-08 | 1 | -1/+2 |
| * | Change the AST representation of operations on Objective-C | John McCall | 2011-11-06 | 1 | -1/+5 |
| * | I added a new function to DeclContext called | Sean Callanan | 2011-10-21 | 1 | -11/+29 |
| * | Teach the ASTImporter to perform DeclContext lookups in a way that | Douglas Gregor | 2011-10-15 | 1 | -0/+32 |
| * | In DeclContext::LoadLexicalDeclsFromExternalStorage don't clear out | Argyrios Kyrtzidis | 2011-10-07 | 1 | -18/+13 |
| * | Introduce Decl::getParentFunctionOrMethod which if the decl is defined inside | Argyrios Kyrtzidis | 2011-09-28 | 1 | -5/+5 |
| * | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -2/+0 |
| * | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -5/+5 |
| * | Use ArrayRef in ExternalASTSource::SetExternalVisibleDeclsForName. | Argyrios Kyrtzidis | 2011-09-09 | 1 | -4/+5 |
| * | Thread safety: added support for function scopes in attribute arguments. | Caitlin Sadowski | 2011-09-08 | 1 | -0/+4 |
| * | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor | 2011-09-02 | 1 | -2/+2 |
| * | objective-c: Treat top-level objective-c declarations | Fariborz Jahanian | 2011-08-27 | 1 | -4/+2 |
| * | When we're deserializing declarations lexically stored in a RecordDecl | Douglas Gregor | 2011-08-26 | 1 | -8/+16 |
| * | From Vassil Vassilev: unnamed decls cannot be removed from the lookup map. | Axel Naumann | 2011-08-26 | 1 | -0/+3 |
| * | Remove long-dead FIXME | Douglas Gregor | 2011-08-24 | 1 | -2/+0 |
| * | Don't force the complete deserialization of the visible-declarations | Douglas Gregor | 2011-08-24 | 1 | -28/+0 |
| * | Add serialization support for ClassScopeFunctionSpecializationDecl. | Francois Pichet | 2011-08-17 | 1 | -1/+2 |
| * | Implement function template specialization at class scope extension in Micros... | Francois Pichet | 2011-08-14 | 1 | -0/+1 |
| * | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -7/+7 |
| * | Augment the interface of ExternalASTSource::FindExternalLexicalDecls() | Douglas Gregor | 2011-07-15 | 1 | -4/+9 |
| * | Switch the Decl and Stmt stats printing to use llvm::errs() instead of | Chandler Carruth | 2011-07-04 | 1 | -7/+7 |
| * | Apparently at some point in the past I forgot how 'continue' | John McCall | 2011-06-23 | 1 | -6/+2 |
| * | Move definition of template <typename T> void Decl::dropAttr | Fariborz Jahanian | 2011-06-23 | 1 | -18/+0 |
| * | Minor tweak to my last patch per Doug's comment. | Fariborz Jahanian | 2011-06-23 | 1 | -2/+4 |
| * | Remove multiple use of weak_import attribute on | Fariborz Jahanian | 2011-06-23 | 1 | -14/+16 |
| * | Remove weak_import attribute on new declaration. | Fariborz Jahanian | 2011-06-23 | 1 | -0/+14 |
| * | Implement a minor optimization by not introducing declarations into | Douglas Gregor | 2011-05-06 | 1 | -4/+4 |
| * | Implement support for C++0x alias templates. | Richard Smith | 2011-05-05 | 1 | -0/+1 |
| * | Remove unused STL header includes. | Jay Foad | 2011-04-23 | 1 | -1/+0 |
| * | We regard a function as 'unused' from the codegen perspective, so our warning... | Argyrios Kyrtzidis | 2011-04-19 | 1 | -0/+12 |
| * | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -0/+1 |
| * | Extend the new 'availability' attribute with support for an | Douglas Gregor | 2011-03-26 | 1 | -0/+11 |
| * | remove a dead variable. | Chris Lattner | 2011-03-23 | 1 | -1/+0 |
| * | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor | 2011-03-23 | 1 | -0/+150 |
| * | When we're deserializing a template parameter declaration, temporarily | Douglas Gregor | 2011-03-05 | 1 | -3/+0 |
| * | Make sure to put template parameters into their owning template's | Douglas Gregor | 2011-03-04 | 1 | -2/+2 |
| * | Provide a Decl::getNonClosureContext to look through any "closure" (i.e. | John McCall | 2011-02-22 | 1 | -0/+16 |
| * | Revert all of my commits that devirtualized the Decl hierarchy, which | Douglas Gregor | 2011-02-19 | 1 | -145/+2 |
| * | Remove the last virtual member function from the Decl hierarchy, | Douglas Gregor | 2011-02-17 | 1 | -3/+0 |
| * | Devirtualize Decl::getNextRedeclaration(). | Douglas Gregor | 2011-02-17 | 1 | -0/+72 |
| * | Simple little optimization to Decl::getCanonicalDecl(), eliminating some heav... | Douglas Gregor | 2011-02-17 | 1 | -4/+4 |
| * | Devirtualize Decl::getSourceRange() | Douglas Gregor | 2011-02-17 | 1 | -1/+25 |
| * | Devirtualize Decl::getCanonicalDecl(). | Douglas Gregor | 2011-02-17 | 1 | -0/+23 |
| * | Step #1/N of implementing support for __label__: split labels into | Chris Lattner | 2011-02-17 | 1 | -1/+2 |
| * | Devirtualize Decl::getBody() and Decl::hasBody(). | Douglas Gregor | 2011-02-17 | 1 | -0/+18 |
| * | De-virtualize Decl::isOutOfLine(). | Douglas Gregor | 2011-02-17 | 1 | -0/+9 |
| * | Add Decl::isParameterPack(), which covers both function and template | Douglas Gregor | 2011-01-05 | 1 | -0/+7 |
| * | Implement support for template template parameter packs, e.g., | Douglas Gregor | 2011-01-05 | 1 | -1/+4 |