| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Define and implement CXXNoexceptExpr. Create it in Sema. | Sebastian Redl | 2010-09-10 | 1 | -0/+4 | 
| *  | Microsoft's __uuidof operator implementation part 1. | Francois Pichet | 2010-09-08 | 1 | -0/+6 | 
| *  | Eliminate CXXBindReferenceExpr, which was used in a ton of | Douglas Gregor | 2010-09-02 | 1 | -4/+0 | 
| *  | Revert my user-defined literal commits - r1124{58,60,67} pending | Alexis Hunt | 2010-08-30 | 1 | -6/+0 | 
| *  | Implement C++0x user-defined string literals. | Alexis Hunt | 2010-08-29 | 1 | -0/+6 | 
| *  | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall | 2010-08-25 | 1 | -45/+45 | 
| *  | More incremental progress towards not including Expr.h in Sema.h. | John McCall | 2010-08-25 | 1 | -1/+1 | 
| *  | Call the base class in StmtProfiler::VisitOverloadExpr. | Argyrios Kyrtzidis | 2010-08-15 | 1 | -0/+1 | 
| *  | Call the correct base class in StmtProfiler::VisitUnresolvedLookupExpr. | Argyrios Kyrtzidis | 2010-08-15 | 1 | -4/+8 | 
| *  | Update ImplicitCastExpr to be able to represent an XValue. | Sebastian Redl | 2010-07-20 | 1 | -1/+1 | 
| *  | When computing the canonical profile of a DeclRefExpr or MemberExpr, | Douglas Gregor | 2010-07-13 | 1 | -3/+6 | 
| *  | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor | 2010-07-08 | 1 | -1/+1 | 
| *  | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor | 2010-07-07 | 1 | -1/+1 | 
| *  | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its | Douglas Gregor | 2010-07-07 | 1 | -1/+1 | 
| *  | Added a field to BlockDeclRefExpr for future use. | Fariborz Jahanian | 2010-06-04 | 1 | -0/+2 | 
| *  | Fill in some silly defaults to silence a GCC warning | Douglas Gregor | 2010-05-19 | 1 | -2/+2 | 
| *  | Profile type-dependent uses of overloaded operators in C++ the same | Douglas Gregor | 2010-05-19 | 1 | -0/+208 | 
| *  | Reapplying patch to change StmtNodes.def to StmtNodes.td, this time | Alexis Hunt | 2010-05-05 | 1 | -1/+1 | 
| *  | Revert r103072; I accidentally ended up deleting a bunch of trailing | Alexis Hunt | 2010-05-05 | 1 | -4/+4 | 
| *  | Change StmtNodes.def to StmtNodes.td in anticipation of a rewrite of attributes | Alexis Hunt | 2010-05-05 | 1 | -4/+4 | 
| *  | Teach __builtin_offsetof to compute the offsets of members of base | Douglas Gregor | 2010-04-29 | 1 | -0/+4 | 
| *  | Completely reimplement __builtin_offsetof, based on a patch by Roberto | Douglas Gregor | 2010-04-28 | 1 | -0/+24 | 
| *  | Add an CXXBindReferenceExpr (not used just yet). | Anders Carlsson | 2010-01-29 | 1 | -0/+4 | 
| *  | ShouldDestroyTemporaries? I don't think so. | Anders Carlsson | 2009-12-15 | 1 | -1/+0 | 
| *  | r90313, in which OverloadedFunctionDecl is removed and never spoken of again. | John McCall | 2009-12-02 | 1 | -7/+0 | 
| *  | Rework how we support C++ implicit member accesses.  If we can resolve an | John McCall | 2009-12-01 | 1 | -6/+12 | 
| *  | Eliminate the use of OverloadedFunctionDecl in member expressions. | John McCall | 2009-11-30 | 1 | -0/+13 | 
| *  | Remove VISIBILITY_HIDDEN from lib/AST. | Benjamin Kramer | 2009-11-28 | 1 | -2/+1 | 
| *  | Eliminate CXXConditionDeclExpr with extreme prejudice. | Douglas Gregor | 2009-11-25 | 1 | -4/+3 | 
| *  | Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and             | John McCall | 2009-11-24 | 1 | -8/+7 | 
| *  | "Incremental" progress on using expressions, by which I mean totally ripping | John McCall | 2009-11-21 | 1 | -1/+1 | 
| *  | Draw a brighter line between "unresolved" expressions, where we have done the | John McCall | 2009-11-19 | 1 | -2/+4 | 
| *  | Introduce a new representation for template template | Douglas Gregor | 2009-11-11 | 1 | -0/+4 | 
| *  | Track source information for template arguments and template specialization | John McCall | 2009-10-29 | 1 | -32/+38 | 
| *  | Eliminate QualifiedDeclRefExpr, which captured the notion of a | Douglas Gregor | 2009-10-23 | 1 | -5/+2 | 
| *  | Add safe part of previous (reverted) commit, necessary to update to LLVM API ... | Daniel Dunbar | 2009-09-22 | 1 | -1/+1 | 
| *  | Revert "Switch a few clients over to StringLiteral::getString.", this is brea... | Daniel Dunbar | 2009-09-22 | 1 | -1/+1 | 
| *  | Switch a few clients over to StringLiteral::getString. | Daniel Dunbar | 2009-09-22 | 1 | -1/+1 | 
| *  | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -31/+31 | 
| *  | Implement AST, semantics, and CodeGen for C++ pseudo-destructor | Douglas Gregor | 2009-09-04 | 1 | -0/+7 | 
| *  | Improved handling for dependent, qualified member access expressions, e.g., | Douglas Gregor | 2009-09-03 | 1 | -0/+1 | 
| *  | Eliminate CXXAdornedMemberExpr entirely. Instead, optionally allocate | Douglas Gregor | 2009-08-31 | 1 | -5/+1 | 
| *  | Rename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr, since we will | Douglas Gregor | 2009-08-31 | 1 | -1/+1 | 
| *  | When a member reference expression includes a qualifier on the member | Douglas Gregor | 2009-08-26 | 1 | -0/+5 | 
| *  | Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef... | Fariborz Jahanian | 2009-08-20 | 1 | -2/+2 | 
| *  | Renamed ClassProp data member of ObjCImplctSetterGetterRefExpr | Fariborz Jahanian | 2009-08-18 | 1 | -1/+1 | 
| *  | Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. | Fariborz Jahanian | 2009-08-18 | 1 | -1/+2 | 
| *  | Take 2 on AltiVec-style vector initializers.  | Nate Begeman | 2009-08-10 | 1 | -0/+4 | 
| *  | Revert r78535, it is causing a number of failures to build projects. | Daniel Dunbar | 2009-08-10 | 1 | -4/+0 | 
| *  | AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d); | Nate Begeman | 2009-08-09 | 1 | -0/+4 |