summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ExprClassification.cpp
Commit message (Expand)AuthorAgeFilesLines
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-011-1/+0
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-131-1/+0
* [OpenCL] Make sure we put string literals in the constant address space.Joey Gouly2013-11-141-0/+2
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-181-0/+1
* Make IgnoreParens() look through ChooseExprs.Eli Friedman2013-07-201-1/+1
* Fix Expr::Classify to correctly classify ExtVectorElementExprs. PR16204.Eli Friedman2013-06-171-2/+5
* PR12086, PR15117Richard Smith2013-06-121-0/+1
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-0/+4
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+1
* Correctly classify T{} as an array temporary if T is an array of class type w...Richard Smith2013-02-021-15/+14
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-4/+4
* PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith2012-09-121-0/+1
* Add a warning for when an array-to-pointer decay is performed on an arrayRichard Smith2012-06-041-4/+19
* Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard2012-04-191-1/+1
* 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
OpenPOWER on IntegriCloud