summaryrefslogtreecommitdiffstats
path: root/test/Parser/objcxx0x-lambda-expressions.mm
Commit message (Expand)AuthorAgeFilesLines
* Remove the "unsupported" error for lambda expressions. It's annoying,Douglas Gregor2012-02-091-6/+6
* Fix yet one more testDouglas Gregor2012-02-091-1/+1
* Refactor to share code for handling return statements between lambda expressi...Eli Friedman2012-01-261-2/+1
* More lambda work: semantic analysis of capturing 'this'. It's a bit complica...Eli Friedman2012-01-071-1/+2
* More lambda work. Tweak the Sema interface slightly. Start adding the pieces...Eli Friedman2012-01-051-4/+1
* Stub out the Sema interface for lambda expressions, and change the parser to ...Eli Friedman2012-01-041-6/+6
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Parsing of C++0x lambda expressions, from John Freeman with help fromDouglas Gregor2011-08-041-0/+26