aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/ExprClassification.cpp
AgeCommit message (Expand)Author
2010-10-14Eliminate usage of ObjCSuperExpr used forFariborz Jahanian
2010-09-15Fix classification of statement expressions.Douglas Gregor
2010-09-14RHS of property expression assignment requiresFariborz Jahanian
2010-09-14Eliminate the default case in the expression-classification code, soDouglas Gregor
2010-09-09property reference expression used on lhs of assignmentFariborz Jahanian
2010-08-27Propagate whether an id-expression is the immediate argument ofJohn McCall
2010-08-25GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall
2010-08-25More incremental progress towards not including Expr.h in Sema.h.John McCall
2010-07-20Update ImplicitCastExpr to be able to represent an XValue.Sebastian Redl
2010-07-08Reinstate the fix for PR7556. A silly use of isTrivial() wasDouglas Gregor
2010-07-07Revert r107828 and r107827, the fix for PR7556, which seems to beDouglas Gregor
2010-07-07Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect itsDouglas Gregor
2010-06-29Prefer llvm_unreachable(...) to assert(false && ...). This is important asChandler Carruth
2010-06-28Introduce Expr::Classify and Expr::ClassifyModifiable, which determine the cl...Sebastian Redl