aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/cxx0x-lambda-expressions.cpp
AgeCommit message (Expand)Author
2012-03-12Fix parsing of trailing-return-type. Types are syntactically prohibited fromRichard Smith
2012-02-17Disambiguate between C++11 lambda expressions and C99 arrayDouglas Gregor
2012-02-16Improve recovery for lambda expressions that have 'mutable' or aDouglas Gregor
2012-02-09Remove the "unsupported" error for lambda expressions. It's annoying,Douglas Gregor
2012-02-09Fix tests for r150123Douglas Gregor
2012-01-04Stub out the Sema interface for lambda expressions, and change the parser to ...Eli Friedman
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
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