aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/cxx0x-lambda-expressions.cpp
AgeCommit message (Expand)Author
2012-10-24Update regression tests for r166617.Eli Friedman
2012-08-30PR13652: Don't assume the parameter array on a FunctionTypeLoc for a lambda willRichard Smith
2012-08-09In 'delete []', the '[]' never starts a lambda. Update a FIXME with a standar...Richard Smith
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