| Commit message (Expand) | Author | Age | Files | Lines |
* | Pack UsingDecl more. | Benjamin Kramer | 2012-01-07 | 1 | -1/+1 |
* | Switch NamespaceDecl from its own hand-rolled redeclaration chain over | Douglas Gregor | 2012-01-07 | 1 | -6/+3 |
* | Stash Decl's TopLevelDeclInObjCContainer and ModulePrivate bits | Douglas Gregor | 2012-01-06 | 1 | -2/+2 |
* | Don't seed the ASTWriter's declaration -> ID mapping with the IDs of | Douglas Gregor | 2012-01-05 | 1 | -6/+12 |
* | Implement declaration merging for non-template functions from | Douglas Gregor | 2012-01-04 | 1 | -19/+20 |
* | Eliminate ObjCProtocolDecl's end-of-definition location. It is not | Douglas Gregor | 2012-01-02 | 1 | -1/+0 |
* | Move ObjCProtocolDecl::EndLoc into its DefinitionData, and give | Douglas Gregor | 2012-01-02 | 1 | -1/+1 |
* | Eliminate the ForwardDecl/InitiallyForwardDecl bits from ObjCProtocolDecl. Th... | Douglas Gregor | 2012-01-01 | 1 | -2/+0 |
* | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor | 2012-01-01 | 1 | -14/+0 |
* | Introduce the core infrastructure needed to model redeclaration chains | Douglas Gregor | 2012-01-01 | 1 | -0/+1 |
* | Move the data that corresponds to the definition of a protocol into a | Douglas Gregor | 2012-01-01 | 1 | -9/+16 |
* | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor | 2011-12-27 | 1 | -8/+0 |
* | Once we have fully deserialized a redeclaration chain for something | Douglas Gregor | 2011-12-19 | 1 | -4/+4 |
* | Re-implement (de-)serialization of redeclaration chains for | Douglas Gregor | 2011-12-19 | 1 | -41/+39 |
* | Optimize serialized representation of redeclarable declarations for | Douglas Gregor | 2011-12-19 | 1 | -39/+16 |
* | Combine common (de-)serialization logic for typedefs and type aliases | Douglas Gregor | 2011-12-19 | 1 | -5/+7 |
* | constexpr handling improvements. Produce detailed diagnostics when a 'constexpr' | Richard Smith | 2011-12-19 | 1 | -2/+5 |
* | Completely re-implement (de-)serialization of declaration | Douglas Gregor | 2011-12-17 | 1 | -31/+58 |
* | Move ObjCInterfaceDecl's "EndLoc" into DefinitionData, since it only | Douglas Gregor | 2011-12-15 | 1 | -2/+2 |
* | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor | 2011-12-15 | 1 | -1/+0 |
* | Introduce the core infrastructure needed to model a complete | Douglas Gregor | 2011-12-15 | 1 | -0/+1 |
* | Move the definition-specific data of ObjCInterfaceDecl into a | Douglas Gregor | 2011-12-15 | 1 | -26/+36 |
* | Eliminate the vistigial ObjCClassDecl::ObjCClassRef, and inline its | Douglas Gregor | 2011-12-14 | 1 | -2/+2 |
* | Tweak submodule ID handling in the AST writer | Douglas Gregor | 2011-12-12 | 1 | -1/+0 |
* | Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! | Argyrios Kyrtzidis | 2011-12-09 | 1 | -0/+1 |
* | Introduce a module import declaration, so that we properly represent, e.g., | Douglas Gregor | 2011-12-02 | 1 | -0/+19 |
* | Infer the submodule ID for a given declaration based on the location | Douglas Gregor | 2011-12-01 | 1 | -0/+8 |
* | [PCH] Check for isTopLevelDeclInObjCContainer when picking abbreviations. | Argyrios Kyrtzidis | 2011-11-23 | 1 | -0/+5 |
* | [libclang] Fix operations (token annotation, getting cursor, etc.) with a fil... | Argyrios Kyrtzidis | 2011-11-23 | 1 | -0/+8 |
* | Use Decl's isImplicit field to indicate whether an ObjCInterfaceDecl is 'Impl... | Argyrios Kyrtzidis | 2011-11-15 | 1 | -1/+0 |
* | [PCH] Now that we store the location of a decl outside its record | Argyrios Kyrtzidis | 2011-10-31 | 1 | -1/+2 |
* | [PCH] In ASTWriter::associateDeclWithFile don't bother finding the file loc | Argyrios Kyrtzidis | 2011-10-28 | 1 | -4/+2 |
* | [PCH] Keep track of file-level declarations that are contained by files. | Argyrios Kyrtzidis | 2011-10-28 | 1 | -3/+10 |
* | [PCH] Pull the location out of the serialized declarations and put it in the ... | Argyrios Kyrtzidis | 2011-10-27 | 1 | -10/+4 |
* | Eliminate a hang while loading a sequence of redeclarable entities. In | Douglas Gregor | 2011-10-26 | 1 | -9/+11 |
* | Keep track when a ObjC interface/protocol was initially created as a forward ... | Argyrios Kyrtzidis | 2011-10-17 | 1 | -0/+2 |
* | [PCH] Serialize info about redeclared objc methods. | Argyrios Kyrtzidis | 2011-10-14 | 1 | -0/+8 |
* | Rename TagDecl::isDefinition -> isCompleteDefinition | John McCall | 2011-10-07 | 1 | -4/+4 |
* | Added a flag to identify resolved overloaded function references. | Abramo Bagnara | 2011-10-05 | 1 | -0/+1 |
* | Improve location fidelity of objc decls. | Argyrios Kyrtzidis | 2011-10-04 | 1 | -2/+1 |
* | Allow getting all source locations of selector identifiers in a ObjCMethodDecl. | Argyrios Kyrtzidis | 2011-10-03 | 1 | -0/+8 |
* | Don't keep NumSelectorArgs in the ObjCMethodDecl, the number can be derived f... | Argyrios Kyrtzidis | 2011-10-03 | 1 | -1/+0 |
* | Mark a TagDecl when it is free standing (e.g. "struct foo;") | Argyrios Kyrtzidis | 2011-09-30 | 1 | -0/+3 |
* | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -1/+0 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -1/+1 |
* | Don't use TemplateArgumentListInfo inside AST nodes because it may leak. | Argyrios Kyrtzidis | 2011-09-22 | 1 | -4/+5 |
* | [PCH] Fix a regression that r139441 introduced (decls were getting passed | Argyrios Kyrtzidis | 2011-09-13 | 1 | -0/+3 |
* | Clean up our handling of Objective-C definitions in AST files. Rather | Douglas Gregor | 2011-09-10 | 1 | -1/+1 |
* | Kill of the Decl::PCHLevel field entirely. We now only need to know | Douglas Gregor | 2011-09-10 | 1 | -15/+0 |
* | Eliminate all but one caller of Decl::getPCHLevel() | Douglas Gregor | 2011-09-09 | 1 | -2/+2 |