summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.prim/expr.prim.lambda
Commit message (Expand)AuthorAgeFilesLines
...
* Lambdas have a deleted default constructor and a deleted copyDouglas Gregor2012-02-124-0/+46
* Make sure Sema creates a field for 'this' captures. (Doug, please double-che...Eli Friedman2012-02-111-0/+8
* Add simple semantic test for C++11 [expr.prim.lambda]p16, which covers recurs...Douglas Gregor2012-02-101-0/+16
* Implement C++11 [expr.lambda.prim]p13, which prohibits lambdas inDouglas Gregor2012-02-101-0/+10
* Allow implicit capture of 'this' in a lambda even when the captureDouglas Gregor2012-02-101-3/+7
* Add test from [expr.prim.lambda]p12, which deals with odr-use andDouglas Gregor2012-02-101-0/+30
* Don't introduce a lambda's operator() into the class until after weDouglas Gregor2012-02-101-0/+9
* Add a lambda example from the working draft.Douglas Gregor2012-02-101-0/+9
* Add various tests for captures and the reaching scope of the lambdaDouglas Gregor2012-02-103-0/+79
* Implement the conversion to a function pointer for lambda expressions,Douglas Gregor2012-02-102-3/+25
* Don't allow deduction of a lambda result type from an initializerDouglas Gregor2012-02-091-0/+1
* Tests for C++ [expr.prim.lambda]p5. We already implement all of theseDouglas Gregor2012-02-091-3/+57
* Implement return type deduction for lambdas per C++11Douglas Gregor2012-02-091-0/+42
* Remove the "unsupported" error for lambda expressions. It's annoying,Douglas Gregor2012-02-099-52/+38
* Add a test for the non-aggregaticity of lambda types per C++11Douglas Gregor2012-02-091-0/+7
* Implement C++ [expr.prim.lambda]p2, which bans lambda expressions inDouglas Gregor2012-02-091-0/+48
* Implement capture-by-copy for arrays in lambdas.Douglas Gregor2012-02-092-3/+16
* When we create a non-static data member in the closure object for aDouglas Gregor2012-02-091-0/+17
* Various interrelated cleanups for lambdas:Douglas Gregor2012-02-096-25/+43
* Minor comment fixDouglas Gregor2012-02-081-1/+2
* When computing the type of a local variable reference within a lambda,Douglas Gregor2012-02-081-2/+35
* When completing a lambda expression, make sure to check and attach theDouglas Gregor2012-02-082-2/+14
* Introduce basic ASTs for lambda expressions. This covers:Douglas Gregor2012-02-072-0/+25
* Implement implicit capture for lambda expressions.Eli Friedman2012-02-031-2/+1
* Diagnose the restriction on default arguments in C++11 [expr.prim.lambda]p5.Douglas Gregor2012-02-011-0/+7
* Improve checking of explicit captures in a C++11 lambda expression:Douglas Gregor2012-02-012-0/+40
* Diagnose attempts to explicitly capture a __block variable in a lambda.Douglas Gregor2012-02-011-0/+11
OpenPOWER on IntegriCloud