Age | Commit message (Expand) | Author |
2012-02-16 | Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol... | Sebastian Redl |
2012-02-16 | Revert "Make CXXNewExpr contain only a single initialier, and not hold the us... | Sebastian Redl |
2012-02-16 | Make CXXNewExpr contain only a single initialier, and not hold the used const... | Sebastian Redl |
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-12 | Within the body of a lambda expression, decltype((x)) for an | Douglas Gregor |
2012-02-11 | Represent C++ direct initializers as ParenListExprs before semantic analysis | Sebastian Redl |
2012-02-10 | Track whether a function type has a trailing return type as type sugar. Use this | Richard Smith |
2012-02-09 | [PCH] Add some comments, per Ted's request. | Argyrios Kyrtzidis |
2012-02-09 | Fix ASTReader::FinishedDeserializing(). | 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-02-07 | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer |
2012-02-07 | Introduce basic ASTs for lambda expressions. This covers: | Douglas Gregor |
2012-02-06 | Added source location for the template keyword in DependentTemplateSpecializa... | Abramo Bagnara |
2012-02-06 | Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / D... | Abramo Bagnara |
2012-02-06 | Added location for template keyword in TemplateSpecializationTypeLoc. In the ... | Abramo Bagnara |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-02-05 | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith |
2012-02-04 | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer |
2012-02-04 | Remove Diagnostic.h include from Preprocessor.h. | Benjamin Kramer |
2012-02-04 | Move various diagnostic operator<< overloads out of line and remove includes ... | Benjamin Kramer |
2012-01-30 | Thread a TargetInfo through to the module map; we'll need it for | Douglas Gregor |
2012-01-27 | Introduce module attributes into the module map grammar, along with a | Douglas Gregor |
2012-01-27 | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara |
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-25 | Introduce a generation number for selector lookups in the global | Douglas Gregor |
2012-01-25 | Rework the external Sema source's ReadMethodPool() so that it doesn't | Douglas Gregor |
2012-01-24 | Only mark an IdentifierInfo as having changed since deserialization | Douglas Gregor |
2012-01-18 | Optimize unqualified/global name lookup in modules by introducing a | Douglas Gregor |
2012-01-17 | Rework the way in which we (de-)serialize the declarations | Douglas Gregor |
2012-01-17 | When collecting all of the redeclarations of a declaration loaded from | Douglas Gregor |
2012-01-17 | Delay the creation of the built-in Objective-C class 'Protocol' by | Douglas Gregor |
2012-01-17 | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie |
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 | 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 | (Implicit) parameters deserialized as part of a function type must not | Douglas Gregor |
2012-01-13 | Progress towards making isUsed() reflect whether a declaration is odr-used; d... | Eli Friedman |
2012-01-12 | Add IsImplicit field in ObjCMessageExpr that is true when the message | Argyrios Kyrtzidis |
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 |