| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Simplify FindExternalVisibleDeclsByName by making it return a bool indicating | Richard Smith | 2013-02-07 | 1 | -1/+9 |
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -4/+4 |
* | Provide Decl::getOwningModule(), which determines the (sub)module in | Douglas Gregor | 2013-01-12 | 1 | -0/+5 |
* | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie | 2012-12-19 | 1 | -5/+5 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -4/+4 |
* | Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ... | Benjamin Kramer | 2012-12-01 | 1 | -3/+17 |
* | Add r168519 back, but with a fix to also merge the used flag in variables. | Rafael Espindola | 2012-11-25 | 1 | -7/+0 |
* | Revert r168519, "Merge used flags so that we don't have to iterate on isUsed.... | NAKAMURA Takumi | 2012-11-24 | 1 | -0/+7 |
* | Merge used flags so that we don't have to iterate on isUsed. With this change | Rafael Espindola | 2012-11-23 | 1 | -8/+1 |
* | Remove redundant check. | Rafael Espindola | 2012-11-23 | 1 | -2/+3 |
* | Remove redundant semicolons which are null statements. | Dmitri Gribenko | 2012-09-10 | 1 | -1/+1 |
* | Teach the ASTImporter how to handle anonymous structs/unions | Douglas Gregor | 2012-07-17 | 1 | -9/+11 |
* | Introduce ObjCRuntime::hasWeakClassImport() and use it in the appropriate | John McCall | 2012-06-20 | 1 | -1/+1 |
* | Restructure how the driver communicates information about the | John McCall | 2012-06-20 | 1 | -6/+15 |
* | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie | 2012-06-06 | 1 | -11/+0 |
* | Split DeclarationName::getFETokenInfoAsVoid() into hot/cold paths and | Douglas Gregor | 2012-05-03 | 1 | -5/+0 |
* | Fix Objective-C compilation-time performance regression introduced in r152608. | Richard Smith | 2012-03-16 | 1 | -79/+169 |
* | It never makes sense to do a lookup into a LinkageSpecDecl, so assert that we | Nick Lewycky | 2012-03-13 | 1 | -0/+3 |
* | Fix PR10447: lazily building name lookup tables for DeclContexts was broken. | Richard Smith | 2012-03-13 | 1 | -92/+58 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -1/+1 |
* | Allow serializing an invalid ParmVarDecl and don't set access to public for | Argyrios Kyrtzidis | 2012-03-09 | 1 | -1/+1 |
* | AST/stats: Don't effectively use an out-of-line function to return a static | Daniel Dunbar | 2012-03-05 | 1 | -5/+3 |
* | More ArrayRef-ification of methods. | Bill Wendling | 2012-02-22 | 1 | -1/+1 |
* | Improve our handling of lambda expressions that occur within default | Douglas Gregor | 2012-02-21 | 1 | -2/+6 |
* | [PCH] Avoid using Decl::setAttrs() and Decl::setLexicalDeclContext() from the... | Argyrios Kyrtzidis | 2012-02-09 | 1 | -6/+15 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -1/+1 |
* | Remove unnecessary default cases in switches over enums. | David Blaikie | 2012-01-17 | 1 | -1/+0 |
* | De-virtualize getPreviousDecl() and getMostRecentDecl() when we know | Douglas Gregor | 2012-01-14 | 1 | -2/+2 |
* | Implement redeclaration merging for namespaces defined in distinct | Douglas Gregor | 2012-01-09 | 1 | -5/+8 |
* | Switch NamespaceDecl from its own hand-rolled redeclaration chain over | Douglas Gregor | 2012-01-07 | 1 | -12/+20 |
* | Stash Decl's TopLevelDeclInObjCContainer and ModulePrivate bits | Douglas Gregor | 2012-01-06 | 1 | -10/+10 |
* | Always allocate an extra 8 bytes for a deserialized declaration, since | Douglas Gregor | 2012-01-05 | 1 | -8/+5 |
* | When we deserialize a declaration from a module file, allocate extra | Douglas Gregor | 2012-01-05 | 1 | -1/+14 |
* | When creating declarations that are deserialized from an module file, | Douglas Gregor | 2012-01-05 | 1 | -0/+6 |
* | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor | 2012-01-01 | 1 | -1/+0 |
* | Introduce the core infrastructure needed to model redeclaration chains | Douglas Gregor | 2012-01-01 | 1 | -2/+4 |
* | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor | 2011-12-27 | 1 | -6/+0 |
* | Introduce the core infrastructure needed to model a complete | Douglas Gregor | 2011-12-15 | 1 | -1/+8 |
* | Add ability to supply additional message to availability macros, | Fariborz Jahanian | 2011-12-10 | 1 | -5/+12 |
* | 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 |