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