summaryrefslogtreecommitdiffstats
path: root/lib/AST/ExprClassification.cpp
Commit message (Expand)AuthorAgeFilesLines
* Alternate fix to PR12248: put Sema in charge of special-casingJohn McCall2012-03-131-12/+1
* Make sure we treat variables captured by reference in lambda as modifiable lv...Eli Friedman2012-03-121-13/+12
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-10/+10
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-101-5/+5
* AST representation for user-defined literals, plus just enough of semanticRichard Smith2012-03-071-0/+1
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+5
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-241-0/+1
* Introduce basic ASTs for lambda expressions. This covers:Douglas Gregor2012-02-071-0/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-3/+0
* Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer2011-12-231-1/+1
* Reference initialization with initializer lists.Sebastian Redl2011-11-271-12/+22
* Change the AST representation of operations on Objective-CJohn McCall2011-11-061-0/+5
* Macro metaprogramming for builtin types.John McCall2011-10-181-2/+4
* Initial implementation of __atomic_* (everything except __atomic_is_lock_free).Eli Friedman2011-10-111-0/+1
* Declare and define implicit move constructor and assignment operator.Sebastian Redl2011-08-301-1/+1
* Create a new expression node, SubstNonTypeTemplateParmExpr,John McCall2011-07-151-0/+3
* Teach CXXUnresolvedConstructExpr when it should be anDouglas Gregor2011-07-081-1/+4
* 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