Age | Commit message (Expand) | Author |
2012-01-06 | Silence GCC warnings. | Jakub Staszak |
2012-01-06 | Stash Decl's TopLevelDeclInObjCContainer and ModulePrivate bits | Douglas Gregor |
2012-01-06 | Introduce a "Hidden" bit into Decl, to track whether that declaration | Douglas Gregor |
2012-01-05 | When we deserialize a declaration from a module file, allocate extra | Douglas Gregor |
2012-01-05 | When creating declarations that are deserialized from an module file, | Douglas Gregor |
2012-01-04 | Implement declaration merging for variables in disjoint modules. | Douglas Gregor |
2012-01-04 | Implement declaration merging for non-template functions from | Douglas Gregor |
2012-01-04 | Implement declaration merging for typedefs loaded from disjoint | Douglas Gregor |
2012-01-03 | Implement cross-module declaration merging for tag declarations, so | Douglas Gregor |
2012-01-03 | Don't attempt to merge a deserialized declaration with existing | Douglas Gregor |
2012-01-03 | Factor the merging of declarations in the AST reader out to a separate | Douglas Gregor |
2012-01-02 | Eliminate ObjCProtocolDecl's end-of-definition location. It is not | Douglas Gregor |
2012-01-02 | Move ObjCProtocolDecl::EndLoc into its DefinitionData, and give | Douglas Gregor |
2012-01-01 | Eliminate the ForwardDecl/InitiallyForwardDecl bits from ObjCProtocolDecl. Th... | Douglas Gregor |
2012-01-01 | Implement declaration merging for Objective-C protocols across | Douglas Gregor |
2012-01-01 | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor |
2012-01-01 | Wire up redeclaration chains for Objective-C protocols, so that both | Douglas Gregor |
2012-01-01 | Introduce the core infrastructure needed to model redeclaration chains | Douglas Gregor |
2012-01-01 | Move the data that corresponds to the definition of a protocol into a | Douglas Gregor |
2011-12-27 | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor |
2011-12-22 | Make a note for an optimization that I'd like to implement, when the ASTs for... | Douglas Gregor |
2011-12-22 | Serialize the AST reader's mapping from canonical declarations to the | Douglas Gregor |
2011-12-22 | If we end up merging an Objective-C class with an existing Objective-C | Douglas Gregor |
2011-12-22 | When deserializing an Objective-C class, check whether we have another | Douglas Gregor |
2011-12-21 | Implement a trivial, obvious optimization for deserialization of | Douglas Gregor |
2011-12-19 | Remove ASTReader's PendingForwardRefs, which is now handled by the | Douglas Gregor |
2011-12-19 | Once we have fully deserialized a redeclaration chain for something | Douglas Gregor |
2011-12-19 | Re-implement (de-)serialization of redeclaration chains for | Douglas Gregor |
2011-12-19 | Optimize serialized representation of redeclarable declarations for | Douglas Gregor |
2011-12-19 | Combine common (de-)serialization logic for typedefs and type aliases | Douglas Gregor |
2011-12-19 | constexpr handling improvements. Produce detailed diagnostics when a 'constexpr' | Richard Smith |
2011-12-17 | Completely re-implement (de-)serialization of declaration | Douglas Gregor |
2011-12-16 | Fix chaining of ObjCInterfaceDecl redeclarations | Douglas Gregor |
2011-12-15 | Move ObjCInterfaceDecl's "EndLoc" into DefinitionData, since it only | Douglas Gregor |
2011-12-15 | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor |
2011-12-15 | Extend ObjCInterfaceDecl::DefinitionData to contain a pointer to the | Douglas Gregor |
2011-12-15 | Introduce the core infrastructure needed to model a complete | Douglas Gregor |
2011-12-15 | Move the definition-specific data of ObjCInterfaceDecl into a | Douglas Gregor |
2011-12-14 | Eliminate the vistigial ObjCClassDecl::ObjCClassRef, and inline its | Douglas Gregor |
2011-12-09 | Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! | Argyrios Kyrtzidis |
2011-12-02 | Introduce a module import declaration, so that we properly represent, e.g., | Douglas Gregor |
2011-12-01 | Implement name hiding for declarations deserialized from a non-visible | Douglas Gregor |
2011-12-01 | Infer the submodule ID for a given declaration based on the location | Douglas Gregor |
2011-11-30 | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor |
2011-11-23 | [libclang] Fix operations (token annotation, getting cursor, etc.) with a fil... | Argyrios Kyrtzidis |
2011-11-15 | Use Decl's isImplicit field to indicate whether an ObjCInterfaceDecl is 'Impl... | Argyrios Kyrtzidis |
2011-11-14 | [PCH] Load the chained objc categories only after recursive loading is finished | Argyrios Kyrtzidis |
2011-11-12 | [PCH] When completing an objc forward reference, do not serialize the chain o... | Argyrios Kyrtzidis |
2011-10-31 | [PCH] Now that we store the location of a decl outside its record | Argyrios Kyrtzidis |
2011-10-27 | [PCH] Pull the location out of the serialized declarations and put it in the ... | Argyrios Kyrtzidis |