aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/ExprClassification.cpp
AgeCommit message (Expand)Author
2011-11-27Reference initialization with initializer lists.Sebastian Redl
2011-11-06Change the AST representation of operations on Objective-CJohn McCall
2011-10-18Macro metaprogramming for builtin types.John McCall
2011-10-11Initial implementation of __atomic_* (everything except __atomic_is_lock_free).Eli Friedman
2011-08-30Declare and define implicit move constructor and assignment operator.Sebastian Redl
2011-07-15Create a new expression node, SubstNonTypeTemplateParmExpr,John McCall
2011-07-08Teach CXXUnresolvedConstructExpr when it should be anDouglas Gregor
2011-06-21A few tweaks to MaterializeTemporaryExpr suggested by John.Douglas Gregor
2011-06-21Introduce a new AST node describing reference binding to temporaries.Douglas Gregor
2011-06-15Automatic Reference Counting.John McCall
2011-06-04Add support for builtin astype:Tanya Lattner
2011-05-21Classify bound member function types are member function types. FixesDouglas Gregor
2011-04-28Implementation of Embarcadero array type traitsJohn Wiegley
2011-04-25t/clang/expr-traitsJohn Wiegley
2011-04-19Add a new expression classification, CL_AddressableVoidPeter Collingbourne
2011-04-15C1X: implement generic selectionsPeter Collingbourne
2011-04-12After some discussion with Doug, we decided that it made a lot more senseJohn McCall
2011-03-26More coherent diagnostic attempting to assign to a member of a const object r...Fariborz Jahanian
2011-03-11Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne
2011-02-17Change the representation of GNU ?: expressions to use a different expressionJohn McCall
2011-02-09AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actionsPeter Collingbourne
2011-02-09Remove vtables from the Stmt hierarchy; this was pretty easy asJohn McCall
2011-01-15Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,Douglas Gregor
2011-01-04Implement the sizeof...(pack) expression to compute the length of aDouglas Gregor
2011-01-03Implement support for pack expansions whose pattern is a non-typeDouglas Gregor
2010-12-17Microsoft's __uuidof operator returns a lvalue.Francois Pichet
2010-12-08Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet
2010-12-07Type traits intrinsic implementation: __is_base_of(T, U)Francois Pichet
2010-12-06Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoreticalJohn McCall
2010-12-06Clarify the logic for when to build an overloaded binop. In particular,John McCall
2010-12-04Although we currently have explicit lvalue-to-rvalue conversions, they'reJohn McCall
2010-12-02Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...John McCall
2010-11-24Switch a lot of call-sites over to using the new value-kind calculations.John McCall
2010-11-23A few tweaks to the value-kind computation:John McCall
2010-11-21Major anonymous union/struct redesign.Francois Pichet
2010-11-18Add an assertion, fix a whole bunch of bugs, comment the assertionJohn McCall
2010-11-18Calculate the value kind of an expression when it's created andJohn McCall
2010-11-16Simplify some complex emission and implement correct semantics forJohn McCall
2010-11-15Add a new expression kind, OpaqueValueExpr, which is useful forJohn McCall
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