aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/objcxx0x-lambda-expressions.mm
AgeCommit message (Expand)Author
2013-02-02PR15132: Replace "address expression must be an lvalue or a functionRichard Smith
2012-02-09Remove the "unsupported" error for lambda expressions. It's annoying,Douglas Gregor
2012-02-09Fix yet one more testDouglas Gregor
2012-01-26Refactor to share code for handling return statements between lambda expressi...Eli Friedman
2012-01-07More lambda work: semantic analysis of capturing 'this'. It's a bit complica...Eli Friedman
2012-01-05More lambda work. Tweak the Sema interface slightly. Start adding the pieces...Eli Friedman
2012-01-04Stub out the Sema interface for lambda expressions, and change the parser to ...Eli Friedman
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-08-04Parsing of C++0x lambda expressions, from John Freeman with help fromDouglas Gregor