[cfe-commits] [Patch] Tests for C++11 lambda expressions

John Freeman jfreeman at cse.tamu.edu
Tue Feb 21 21:57:11 PST 2012


On 2/21/2012 7:02 PM, Eli Friedman wrote:
> Please try a newer clang; the conversion-to-function-pointer should be
> working now.

I wrote the test wrong. It didn't deduce the return type I expected.

> It looks like we already have coverage for a lot of the features
> you're trying to test... see test/CXX/expr/expr.prim/expr.prim.lambda/
> .

My file search missed this.

> I'm not entirely sure what you're trying to do with the test involving
> noexcept...

The FDIS appears to indicate noexcept takes any expression. I could be 
just be ignorant of the intention.

- John



More information about the cfe-commits mailing list