| Commit message (Expand) | Author | Age | Files | Lines |
* | [PCH] When we are replacing a decl in a chained PCH that is also a DeclContext, | Argyrios Kyrtzidis | 2012-03-22 | 1 | -13/+24 |
* | Fix Objective-C compilation-time performance regression introduced in r152608. | Richard Smith | 2012-03-16 | 1 | -3/+1 |
* | Instantiating a class template should not instantiate the definition of any | Richard Smith | 2012-03-14 | 1 | -1/+7 |
* | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall | 2012-03-10 | 1 | -0/+1 |
* | Allow serializing an invalid ParmVarDecl and don't set access to public for | Argyrios Kyrtzidis | 2012-03-09 | 1 | -8/+8 |
* | objective-c: provide fixit hint when atomic property does not | Fariborz Jahanian | 2012-02-29 | 1 | -0/+1 |
* | Generate an AST for the conversion from a lambda closure type to a | Douglas Gregor | 2012-02-22 | 1 | -2/+0 |
* | modern objc translator. Finish off first cut of the | Fariborz Jahanian | 2012-02-20 | 1 | -0/+4 |
* | Implicitly define a lambda's conversion functions (to function | Douglas Gregor | 2012-02-16 | 1 | -0/+2 |
* | Represent C++ direct initializers as ParenListExprs before semantic analysis | Sebastian Redl | 2012-02-11 | 1 | -3/+3 |
* | Reimplement (de-)serialization of Objective-C categories to eliminate | Douglas Gregor | 2012-01-27 | 1 | -3/+9 |
* | Don't separately serialize the list of instance variables in an | Douglas Gregor | 2012-01-26 | 1 | -6/+0 |
* | Remove unnecessary default cases in switches over enums. | David Blaikie | 2012-01-17 | 1 | -1/+0 |
* | Now that deserializing a definition of a C++ class/Objective-C | Douglas Gregor | 2012-01-15 | 1 | -14/+6 |
* | Completely re-implement (de-)serialization of redeclaration | Douglas Gregor | 2012-01-15 | 1 | -21/+17 |
* | De-virtualize getPreviousDecl() and getMostRecentDecl() when we know | Douglas Gregor | 2012-01-14 | 1 | -10/+10 |
* | Revert accidental commit | Douglas Gregor | 2012-01-14 | 1 | -3/+1 |
* | Add a FIXME for mutation of the common pointer of a RedeclarableTemplateDecl.... | Douglas Gregor | 2012-01-14 | 1 | -1/+3 |
* | Reimplement RedeclarableTemplateDecl in terms of | Douglas Gregor | 2012-01-14 | 1 | -26/+5 |
* | Progress towards making isUsed() reflect whether a declaration is odr-used; d... | Eli Friedman | 2012-01-13 | 1 | -0/+1 |
* | 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 |