Age | Commit message (Expand) | Author |
2011-01-04 | Implement the sizeof...(pack) expression to compute the length of a | Douglas Gregor |
2011-01-03 | Implement support for pack expansions whose pattern is a non-type | Douglas Gregor |
2010-12-17 | Microsoft's __uuidof operator returns a lvalue. | Francois Pichet |
2010-12-08 | Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi... | Francois Pichet |
2010-12-07 | Type traits intrinsic implementation: __is_base_of(T, U) | Francois Pichet |
2010-12-06 | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall |
2010-12-06 | Clarify the logic for when to build an overloaded binop. In particular, | John McCall |
2010-12-04 | Although we currently have explicit lvalue-to-rvalue conversions, they're | John McCall |
2010-12-02 | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall |
2010-11-24 | Switch a lot of call-sites over to using the new value-kind calculations. | John McCall |
2010-11-23 | A few tweaks to the value-kind computation: | John McCall |
2010-11-21 | Major anonymous union/struct redesign. | Francois Pichet |
2010-11-18 | Add an assertion, fix a whole bunch of bugs, comment the assertion | John McCall |
2010-11-18 | Calculate the value kind of an expression when it's created and | John McCall |
2010-11-16 | Simplify some complex emission and implement correct semantics for | John McCall |
2010-11-15 | Add a new expression kind, OpaqueValueExpr, which is useful for | John McCall |
2010-10-14 | Eliminate usage of ObjCSuperExpr used for | Fariborz Jahanian |
2010-09-15 | Fix classification of statement expressions. | Douglas Gregor |
2010-09-14 | RHS of property expression assignment requires | Fariborz Jahanian |
2010-09-14 | Eliminate the default case in the expression-classification code, so | Douglas Gregor |
2010-09-09 | property reference expression used on lhs of assignment | Fariborz Jahanian |
2010-08-27 | Propagate whether an id-expression is the immediate argument of | John McCall |
2010-08-25 | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall |
2010-08-25 | More incremental progress towards not including Expr.h in Sema.h. | John McCall |
2010-07-20 | Update ImplicitCastExpr to be able to represent an XValue. | Sebastian Redl |
2010-07-08 | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor |
2010-07-07 | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor |
2010-07-07 | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its | Douglas Gregor |
2010-06-29 | Prefer llvm_unreachable(...) to assert(false && ...). This is important as | Chandler Carruth |
2010-06-28 | Introduce Expr::Classify and Expr::ClassifyModifiable, which determine the cl... | Sebastian Redl |