summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ExprClassification.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Disallow assigning record lvalues with nested const-qualified fields.Bjorn Pettersson2017-09-191-1/+2
* [coroutines] Allow co_await and co_yield expressions that return an lvalue to...Eric Fiselier2017-06-151-2/+2
* [OpenCL] Map default address space to alloca address spaceYaxun Liu2017-04-111-1/+2
* [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.Eric Fiselier2017-03-061-0/+1
* Add two new AST nodes to represent initialization of an array in terms ofRichard Smith2016-12-121-0/+2
* DR1213: element access on an array xvalue or prvalue produces an xvalue. In theRichard Smith2016-12-051-5/+13
* P0217R3: Perform semantic checks and initialization for the bindings in aRichard Smith2016-08-111-0/+1
* [ObjC] Implement @available in the Parser and ASTErik Pilkington2016-07-161-0/+1
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-0/+1
* [MSVC] 'property' with an empty array in array subscript expression.Alexey Bataev2015-11-251-0/+1
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-271-0/+4
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-0/+1
* Implementing C99 partial re-initialization behavior (DR-253)Yunzhong Gao2015-06-101-0/+2
* Fix assertion when assigning to object in OpenCL constant address space.Richard Smith2015-05-221-1/+2
* Sema: Parenthesized bound destructor member expressions can be calledDavid Majnemer2015-02-251-1/+1
* MS extensions: Properly diagnose address of MS property declReid Kleckner2015-02-241-3/+4
* AST: Remove overzealous assertion from IsModifiableDavid Majnemer2015-01-041-6/+1
* [c++1z] N4295: fold-expressions.Richard Smith2014-11-081-0/+1
* Add the initial TypoExpr AST node for delayed typo correction.Kaelyn Takata2014-10-271-1/+2
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-3/+4
* PR17052 / DR1560 (+DR1550): In a conditional expression between a glvalue and aRichard Smith2014-01-271-3/+14
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-1/+1
* 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