summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ExprClassification.cpp
Commit message (Expand)AuthorAgeFilesLines
* A few tweaks to MaterializeTemporaryExpr suggested by John.Douglas Gregor2011-06-211-1/+1
* Introduce a new AST node describing reference binding to temporaries.Douglas Gregor2011-06-211-0/+5
* Automatic Reference Counting.John McCall2011-06-151-0/+2
* Add support for builtin astype:Tanya Lattner2011-06-041-0/+1
* Classify bound member function types are member function types. FixesDouglas Gregor2011-05-211-4/+6
* Implementation of Embarcadero array type traitsJohn Wiegley2011-04-281-0/+1
* t/clang/expr-traitsJohn Wiegley2011-04-251-0/+1
* Add a new expression classification, CL_AddressableVoidPeter Collingbourne2011-04-191-4/+9
* C1X: implement generic selectionsPeter Collingbourne2011-04-151-0/+8
* After some discussion with Doug, we decided that it made a lot more senseJohn McCall2011-04-121-0/+7
* More coherent diagnostic attempting to assign to a member of a const object r...Fariborz Jahanian2011-03-261-1/+5
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-111-1/+1
* Change the representation of GNU ?: expressions to use a different expressionJohn McCall2011-02-171-7/+14
* AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actionsPeter Collingbourne2011-02-091-0/+1
* Remove vtables from the Stmt hierarchy; this was pretty easy asJohn McCall2011-02-091-0/+1
* Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,Douglas Gregor2011-01-151-0/+1
* Implement the sizeof...(pack) expression to compute the length of aDouglas Gregor2011-01-041-0/+1
* Implement support for pack expansions whose pattern is a non-typeDouglas Gregor2011-01-031-0/+3
* Microsoft's __uuidof operator returns a lvalue.Francois Pichet2010-12-171-1/+1
* Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet2010-12-081-1/+0
* Type traits intrinsic implementation: __is_base_of(T, U)Francois Pichet2010-12-071-0/+1
* Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoreticalJohn McCall2010-12-061-3/+3
* Clarify the logic for when to build an overloaded binop. In particular,John McCall2010-12-061-1/+1
* Although we currently have explicit lvalue-to-rvalue conversions, they'reJohn McCall2010-12-041-4/+7
* Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...John McCall2010-12-021-12/+6
* Switch a lot of call-sites over to using the new value-kind calculations.John McCall2010-11-241-1/+1
* A few tweaks to the value-kind computation:John McCall2010-11-231-2/+0
* Major anonymous union/struct redesign.Francois Pichet2010-11-211-0/+1
* Add an assertion, fix a whole bunch of bugs, comment the assertionJohn McCall2010-11-181-0/+19
* Calculate the value kind of an expression when it's created andJohn McCall2010-11-181-3/+1
* Simplify some complex emission and implement correct semantics forJohn McCall2010-11-161-3/+15
* Add a new expression kind, OpaqueValueExpr, which is useful forJohn McCall2010-11-151-10/+22
* Eliminate usage of ObjCSuperExpr used forFariborz Jahanian2010-10-141-1/+0
* Fix classification of statement expressions.Douglas Gregor2010-09-151-1/+1
* RHS of property expression assignment requiresFariborz Jahanian2010-09-141-1/+2
* Eliminate the default case in the expression-classification code, soDouglas Gregor2010-09-141-7/+65
* property reference expression used on lhs of assignmentFariborz Jahanian2010-09-091-1/+2
* Propagate whether an id-expression is the immediate argument ofJohn McCall2010-08-271-0/+4
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-9/+9
* More incremental progress towards not including Expr.h in Sema.h.John McCall2010-08-251-4/+4
* Update ImplicitCastExpr to be able to represent an XValue.Sebastian Redl2010-07-201-3/+9
* Reinstate the fix for PR7556. A silly use of isTrivial() wasDouglas Gregor2010-07-081-1/+1
* Revert r107828 and r107827, the fix for PR7556, which seems to beDouglas Gregor2010-07-071-1/+1
* Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect itsDouglas Gregor2010-07-071-1/+1
* Prefer llvm_unreachable(...) to assert(false && ...). This is important asChandler Carruth2010-06-291-5/+6
* Introduce Expr::Classify and Expr::ClassifyModifiable, which determine the cl...Sebastian Redl2010-06-281-0/+470
OpenPOWER on IntegriCloud