| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add an assertion, fix a whole bunch of bugs, comment the assertion | John McCall | 2010-11-18 | 1 | -0/+19 |
* | Calculate the value kind of an expression when it's created and | John McCall | 2010-11-18 | 1 | -3/+1 |
* | Simplify some complex emission and implement correct semantics for | John McCall | 2010-11-16 | 1 | -3/+15 |
* | Add a new expression kind, OpaqueValueExpr, which is useful for | John McCall | 2010-11-15 | 1 | -10/+22 |
* | Eliminate usage of ObjCSuperExpr used for | Fariborz Jahanian | 2010-10-14 | 1 | -1/+0 |
* | Fix classification of statement expressions. | Douglas Gregor | 2010-09-15 | 1 | -1/+1 |
* | RHS of property expression assignment requires | Fariborz Jahanian | 2010-09-14 | 1 | -1/+2 |
* | Eliminate the default case in the expression-classification code, so | Douglas Gregor | 2010-09-14 | 1 | -7/+65 |
* | property reference expression used on lhs of assignment | Fariborz Jahanian | 2010-09-09 | 1 | -1/+2 |
* | Propagate whether an id-expression is the immediate argument of | John McCall | 2010-08-27 | 1 | -0/+4 |
* | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall | 2010-08-25 | 1 | -9/+9 |
* | More incremental progress towards not including Expr.h in Sema.h. | John McCall | 2010-08-25 | 1 | -4/+4 |
* | Update ImplicitCastExpr to be able to represent an XValue. | Sebastian Redl | 2010-07-20 | 1 | -3/+9 |
* | 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 |
* | Prefer llvm_unreachable(...) to assert(false && ...). This is important as | Chandler Carruth | 2010-06-29 | 1 | -5/+6 |
* | Introduce Expr::Classify and Expr::ClassifyModifiable, which determine the cl... | Sebastian Redl | 2010-06-28 | 1 | -0/+470 |