Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement a rudimentary form of generic lambdas. | Faisal Vali | 2013-09-26 | 1 | -2/+2 |
* | Revert "Implement a rudimentary form of generic lambdas." | Manuel Klimek | 2013-08-22 | 1 | -2/+2 |
* | Implement a rudimentary form of generic lambdas. | Faisal Vali | 2013-08-22 | 1 | -2/+2 |
* | Handle a difference in lambda return type deduction between C++11 and C++1y: if | Richard Smith | 2013-07-26 | 1 | -1/+4 |
* | C++1y: provide full 'auto' return type deduction for lambda expressions. This | Richard Smith | 2013-05-12 | 1 | -0/+1 |
* | Fixes some test cases that should have come along with r157943. | Aaron Ballman | 2012-06-04 | 1 | -4/+4 |
* | Specialize the diagnostic complaining about conflicting types of | Douglas Gregor | 2012-02-15 | 1 | -2/+2 |
* | Check the return type of lambda expressions. | Douglas Gregor | 2012-02-14 | 1 | -0/+8 |
* | Don't allow deduction of a lambda result type from an initializer | Douglas Gregor | 2012-02-09 | 1 | -0/+1 |
* | Implement return type deduction for lambdas per C++11 | Douglas Gregor | 2012-02-09 | 1 | -0/+42 |