Age | Commit message (Expand) | Author |
2012-05-09 | [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin... | Argyrios Kyrtzidis |
2012-05-07 | A union can have a constexpr defaulted default constructor, if it has an | Richard Smith |
2012-05-04 | [PCH] Use DenseMap instead of std::map to keep track of SwitchCases. | Argyrios Kyrtzidis |
2012-05-04 | [PCH] Really, pinky swear, fix for PR12689 | Argyrios Kyrtzidis |
2012-05-03 | [PCH] Clear switch case IDs when deserializing a objc method body. | Argyrios Kyrtzidis |
2012-04-15 | Use forward declarations for ASTDeclContextNameLookupTable and add a missing ... | Benjamin Kramer |
2012-04-13 | Serialize and deserialize some missing bits from BlockDecl. | John McCall |
2012-03-14 | Instantiating a class template should not instantiate the definition of any | Richard Smith |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-02-29 | objective-c: provide fixit hint when atomic property does not | Fariborz Jahanian |
2012-02-25 | Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes and | Richard Smith |
2012-02-22 | Generate an AST for the conversion from a lambda closure type to a | Douglas Gregor |
2012-02-21 | Improve our handling of lambda expressions that occur within default | Douglas Gregor |
2012-02-21 | Implement name mangling for lambda expressions that occur within the | Douglas Gregor |
2012-02-20 | modern objc translator. Finish off first cut of the | Fariborz Jahanian |
2012-02-20 | Basic support for name mangling of C++11 lambda expressions. Because | Douglas Gregor |
2012-02-16 | Implicitly define a lambda's conversion functions (to function | Douglas Gregor |
2012-02-14 | Implement AST (de-)serialization for lambda expressions. | Douglas Gregor |
2012-02-11 | Represent C++ direct initializers as ParenListExprs before semantic analysis | Sebastian Redl |
2012-02-09 | [PCH] Add some comments, per Ted's request. | Argyrios Kyrtzidis |
2012-02-09 | [PCH] Set the DeclContext before doing any deserialization, to make sure inte... | Argyrios Kyrtzidis |
2012-02-09 | [PCH] Avoid using Decl::setAttrs() and Decl::setLexicalDeclContext() from the... | Argyrios Kyrtzidis |
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 | When collecting all of the redeclarations of a declaration loaded from | 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 | When deserializing the definition of a C++ class/ObjC class/ObjC | 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 | Introduce Decl::getPreviousDecl() and Decl::getMostRecentDecl(), | Douglas Gregor |
2012-01-14 | Reimplement RedeclarableTemplateDecl in terms of | Douglas Gregor |
2012-01-13 | (Implicit) parameters deserialized as part of a function type must not | Douglas Gregor |
2012-01-09 | When deserializing an anonymous namespace from a module, do not attach | Douglas Gregor |
2012-01-09 | Implement merging of namespace-scope declarations across modules, so | Douglas Gregor |
2012-01-09 | Implement redeclaration merging for namespaces defined in distinct | Douglas Gregor |
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 | During name lookup, use redecl_iterator to walk over the redeclaration | Douglas Gregor |
2012-01-06 | Revert r147664; it's breaking clang regression tests. | Eli Friedman |
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 |