summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.prim/expr.prim.lambda/p4.cpp
Commit message (Expand)AuthorAgeFilesLines
* DR1048: drop top-level cv-qualifiers when deducing the return type of aRichard Smith2014-12-191-5/+2
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-09-261-2/+2
* Revert "Implement a rudimentary form of generic lambdas."Manuel Klimek2013-08-221-2/+2
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-08-221-2/+2
* Handle a difference in lambda return type deduction between C++11 and C++1y: ifRichard Smith2013-07-261-1/+4
* C++1y: provide full 'auto' return type deduction for lambda expressions. ThisRichard Smith2013-05-121-0/+1
* Fixes some test cases that should have come along with r157943.Aaron Ballman2012-06-041-4/+4
* Specialize the diagnostic complaining about conflicting types ofDouglas Gregor2012-02-151-2/+2
* Check the return type of lambda expressions.Douglas Gregor2012-02-141-0/+8
* Don't allow deduction of a lambda result type from an initializerDouglas Gregor2012-02-091-0/+1
* Implement return type deduction for lambdas per C++11Douglas Gregor2012-02-091-0/+42
OpenPOWER on IntegriCloud