Age | Commit message (Expand) | Author |
2009-11-11 | Introduce a new representation for template template | Douglas Gregor |
2009-10-29 | Track source information for template arguments and template specialization | John McCall |
2009-10-23 | Eliminate QualifiedDeclRefExpr, which captured the notion of a | Douglas Gregor |
2009-09-22 | Add safe part of previous (reverted) commit, necessary to update to LLVM API ... | Daniel Dunbar |
2009-09-22 | Revert "Switch a few clients over to StringLiteral::getString.", this is brea... | Daniel Dunbar |
2009-09-22 | Switch a few clients over to StringLiteral::getString. | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-04 | Implement AST, semantics, and CodeGen for C++ pseudo-destructor | Douglas Gregor |
2009-09-03 | Improved handling for dependent, qualified member access expressions, e.g., | Douglas Gregor |
2009-08-31 | Eliminate CXXAdornedMemberExpr entirely. Instead, optionally allocate | Douglas Gregor |
2009-08-31 | Rename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr, since we will | Douglas Gregor |
2009-08-26 | When a member reference expression includes a qualifier on the member | Douglas Gregor |
2009-08-20 | Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef... | Fariborz Jahanian |
2009-08-18 | Renamed ClassProp data member of ObjCImplctSetterGetterRefExpr | Fariborz Jahanian |
2009-08-18 | Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. | Fariborz Jahanian |
2009-08-10 | Take 2 on AltiVec-style vector initializers. | Nate Begeman |
2009-08-10 | Revert r78535, it is causing a number of failures to build projects. | Daniel Dunbar |
2009-08-09 | AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d); | Nate Begeman |
2009-07-31 | Make canonicalization of overloaded function declarations match the | Douglas Gregor |
2009-07-31 | Canonicalize template template parameters. We can't test this yet, but | Douglas Gregor |
2009-07-31 | Canonicalize function parameters | Douglas Gregor |
2009-07-31 | Canonicalization and profiling for overloaded function declarations, | Douglas Gregor |
2009-07-30 | Canonicalization for dependent typeof(expr) types. | Douglas Gregor |
2009-07-29 | Use the new statement/expression profiling code to unique dependent | Douglas Gregor |
2009-07-28 | Fix a typo in a comment | Douglas Gregor |
2009-07-28 | Profiling the pointer of a canonical type is sufficient to uniquely identify ... | Douglas Gregor |
2009-07-28 | Finish profile support for statements. | Douglas Gregor |
2009-07-28 | Complete profile support for C++ and Objective-C expressions | Douglas Gregor |
2009-07-28 | Add a Profile function for statements so that we can (eventually) determine | Douglas Gregor |