Age | Commit message (Expand) | Author |
2012-05-09 | [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin... | Argyrios Kyrtzidis |
2012-05-03 | Fix non-deterministic iteration order when walking the specializations | Chandler Carruth |
2012-04-13 | Serialize and deserialize some missing bits from BlockDecl. | John McCall |
2012-03-22 | [PCH] When we are replacing a decl in a chained PCH that is also a DeclContext, | Argyrios Kyrtzidis |
2012-03-16 | Fix Objective-C compilation-time performance regression introduced in r152608. | Richard Smith |
2012-03-14 | Instantiating a class template should not instantiate the definition of any | Richard Smith |
2012-03-10 | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall |
2012-03-09 | Allow serializing an invalid ParmVarDecl and don't set access to public for | Argyrios Kyrtzidis |
2012-02-29 | objective-c: provide fixit hint when atomic property does not | Fariborz Jahanian |
2012-02-22 | Generate an AST for the conversion from a lambda closure type to a | Douglas Gregor |
2012-02-20 | modern objc translator. Finish off first cut of the | Fariborz Jahanian |
2012-02-16 | Implicitly define a lambda's conversion functions (to function | Douglas Gregor |
2012-02-11 | Represent C++ direct initializers as ParenListExprs before semantic analysis | Sebastian Redl |
2012-01-27 | Reimplement (de-)serialization of Objective-C categories to eliminate | Douglas Gregor |
2012-01-26 | Don't separately serialize the list of instance variables in an | Douglas Gregor |
2012-01-17 | Remove unnecessary default cases in switches over enums. | David Blaikie |
2012-01-15 | Now that deserializing a definition of a C++ class/Objective-C | Douglas Gregor |
2012-01-15 | Completely re-implement (de-)serialization of redeclaration | Douglas Gregor |
2012-01-14 | De-virtualize getPreviousDecl() and getMostRecentDecl() when we know | Douglas Gregor |
2012-01-14 | Revert accidental commit | Douglas Gregor |
2012-01-14 | Add a FIXME for mutation of the common pointer of a RedeclarableTemplateDecl.... | Douglas Gregor |
2012-01-14 | Reimplement RedeclarableTemplateDecl in terms of | Douglas Gregor |
2012-01-13 | Progress towards making isUsed() reflect whether a declaration is odr-used; d... | Eli Friedman |
2012-01-07 | Pack UsingDecl more. | Benjamin Kramer |
2012-01-07 | Switch NamespaceDecl from its own hand-rolled redeclaration chain over | Douglas Gregor |
2012-01-06 | Stash Decl's TopLevelDeclInObjCContainer and ModulePrivate bits | Douglas Gregor |
2012-01-05 | Don't seed the ASTWriter's declaration -> ID mapping with the IDs of | Douglas Gregor |
2012-01-04 | Implement declaration merging for non-template functions from | 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 | Eliminate ObjCForwardProtocolDecl, which is redundant now that | 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-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-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 | 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-12 | Tweak submodule ID handling in the AST writer | 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 | Infer the submodule ID for a given declaration based on the location | Douglas Gregor |