| Commit message (Expand) | Author | Age | Files | Lines |
* | Reimplement (de-)serialization of Objective-C categories to eliminate | Douglas Gregor | 2012-01-27 | 1 | -115/+136 |
* | Don't separately serialize the list of instance variables in an | Douglas Gregor | 2012-01-26 | 1 | -7/+0 |
* | When collecting all of the redeclarations of a declaration loaded from | Douglas Gregor | 2012-01-17 | 1 | -1/+4 |
* | Remove unnecessary default cases in switches over enums. | David Blaikie | 2012-01-17 | 1 | -3/+0 |
* | Now that deserializing a definition of a C++ class/Objective-C | Douglas Gregor | 2012-01-15 | 1 | -25/+8 |
* | When deserializing the definition of a C++ class/ObjC class/ObjC | Douglas Gregor | 2012-01-15 | 1 | -36/+24 |
* | Completely re-implement (de-)serialization of redeclaration | Douglas Gregor | 2012-01-15 | 1 | -80/+54 |
* | De-virtualize getPreviousDecl() and getMostRecentDecl() when we know | Douglas Gregor | 2012-01-14 | 1 | -1/+1 |
* | Introduce Decl::getPreviousDecl() and Decl::getMostRecentDecl(), | Douglas Gregor | 2012-01-14 | 1 | -42/+2 |
* | Reimplement RedeclarableTemplateDecl in terms of | Douglas Gregor | 2012-01-14 | 1 | -53/+24 |
* | (Implicit) parameters deserialized as part of a function type must not | Douglas Gregor | 2012-01-13 | 1 | -2/+4 |
* | When deserializing an anonymous namespace from a module, do not attach | Douglas Gregor | 2012-01-09 | 1 | -8/+16 |
* | Implement merging of namespace-scope declarations across modules, so | Douglas Gregor | 2012-01-09 | 1 | -5/+11 |
* | Implement redeclaration merging for namespaces defined in distinct | Douglas Gregor | 2012-01-09 | 1 | -3/+20 |
* | 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 | -18/+28 |
* | During name lookup, use redecl_iterator to walk over the redeclaration | Douglas Gregor | 2012-01-06 | 1 | -2/+5 |
* | Revert r147664; it's breaking clang regression tests. | Eli Friedman | 2012-01-06 | 1 | -2/+2 |
* | Silence GCC warnings. | Jakub Staszak | 2012-01-06 | 1 | -2/+2 |
* | Stash Decl's TopLevelDeclInObjCContainer and ModulePrivate bits | Douglas Gregor | 2012-01-06 | 1 | -4/+4 |
* | Introduce a "Hidden" bit into Decl, to track whether that declaration | Douglas Gregor | 2012-01-06 | 1 | -4/+4 |
* | When we deserialize a declaration from a module file, allocate extra | Douglas Gregor | 2012-01-05 | 1 | -19/+1 |
* | When creating declarations that are deserialized from an module file, | Douglas Gregor | 2012-01-05 | 1 | -101/+53 |
* | Implement declaration merging for variables in disjoint modules. | Douglas Gregor | 2012-01-04 | 1 | -1/+16 |
* | Implement declaration merging for non-template functions from | Douglas Gregor | 2012-01-04 | 1 | -25/+37 |
* | Implement declaration merging for typedefs loaded from disjoint | Douglas Gregor | 2012-01-04 | 1 | -6/+18 |
* | Implement cross-module declaration merging for tag declarations, so | Douglas Gregor | 2012-01-03 | 1 | -2/+38 |
* | Don't attempt to merge a deserialized declaration with existing | Douglas Gregor | 2012-01-03 | 1 | -0/+4 |
* | Factor the merging of declarations in the AST reader out to a separate | Douglas Gregor | 2012-01-03 | 1 | -78/+48 |
* | Eliminate ObjCProtocolDecl's end-of-definition location. It is not | Douglas Gregor | 2012-01-02 | 1 | -2/+0 |
* | Move ObjCProtocolDecl::EndLoc into its DefinitionData, and give | Douglas Gregor | 2012-01-02 | 1 | -1/+2 |
* | Eliminate the ForwardDecl/InitiallyForwardDecl bits from ObjCProtocolDecl. Th... | Douglas Gregor | 2012-01-01 | 1 | -3/+1 |
* | Implement declaration merging for Objective-C protocols across | Douglas Gregor | 2012-01-01 | 1 | -3/+45 |
* | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor | 2012-01-01 | 1 | -19/+0 |
* | Wire up redeclaration chains for Objective-C protocols, so that both | Douglas Gregor | 2012-01-01 | 1 | -1/+1 |
* | Introduce the core infrastructure needed to model redeclaration chains | Douglas Gregor | 2012-01-01 | 1 | -2/+22 |
* | Move the data that corresponds to the definition of a protocol into a | Douglas Gregor | 2012-01-01 | 1 | -11/+23 |
* | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor | 2011-12-27 | 1 | -10/+0 |
* | Make a note for an optimization that I'd like to implement, when the ASTs for... | Douglas Gregor | 2011-12-22 | 1 | -0/+8 |
* | Serialize the AST reader's mapping from canonical declarations to the | Douglas Gregor | 2011-12-22 | 1 | -5/+33 |
* | If we end up merging an Objective-C class with an existing Objective-C | Douglas Gregor | 2011-12-22 | 1 | -2/+16 |
* | When deserializing an Objective-C class, check whether we have another | Douglas Gregor | 2011-12-22 | 1 | -28/+224 |
* | Implement a trivial, obvious optimization for deserialization of | Douglas Gregor | 2011-12-21 | 1 | -2/+2 |
* | Remove ASTReader's PendingForwardRefs, which is now handled by the | Douglas Gregor | 2011-12-19 | 1 | -54/+8 |
* | Once we have fully deserialized a redeclaration chain for something | Douglas Gregor | 2011-12-19 | 1 | -11/+27 |
* | Re-implement (de-)serialization of redeclaration chains for | Douglas Gregor | 2011-12-19 | 1 | -65/+54 |
* | Optimize serialized representation of redeclarable declarations for | Douglas Gregor | 2011-12-19 | 1 | -1/+13 |
* | Combine common (de-)serialization logic for typedefs and type aliases | Douglas Gregor | 2011-12-19 | 1 | -5/+8 |
* | constexpr handling improvements. Produce detailed diagnostics when a 'constexpr' | Richard Smith | 2011-12-19 | 1 | -1/+7 |
* | Completely re-implement (de-)serialization of declaration | Douglas Gregor | 2011-12-17 | 1 | -54/+196 |