summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx0x-lambda-expressions.cpp
Commit message (Expand)AuthorAgeFilesLines
* N3922: direct-list-initialization of an auto-typed variable no longer deduces aRichard Smith2015-11-111-1/+1
* Add a warning for direct-list-initialization of a variable with a deduced typeRichard Smith2015-02-111-1/+1
* Parse: Don't let BalancedDelimiterTracker consume cxx_defaultarg_endDavid Majnemer2015-01-121-0/+5
* Parse: Don't parse beyond the end of the synthetic default argument tokDavid Majnemer2015-01-121-0/+5
* Parse: Don't crash when trailing return type is missingDavid Majnemer2015-01-091-0/+7
* PR19339: Disambiguate lambdas with init-captures from designated initializersRichard Smith2014-04-131-1/+9
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-021-1/+1
* Allow GNU-style attributes on lambda expressions.Aaron Ballman2014-03-121-1/+7
* Improving test coverage for lambda expressions with attribute specifiers.Aaron Ballman2014-03-111-1/+12
* Changing this test case to use an unknown attribute, since there are not curr...Aaron Ballman2014-03-111-1/+1
* Gracefully handle an attribute specifier following a lambda introducer when t...Aaron Ballman2014-03-111-0/+1
* Add compat/extension warnings for init captures.Richard Smith2013-09-281-6/+6
* Per latest drafting, switch to implementing init-captures as if by declaringRichard Smith2013-09-281-6/+4
* First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith2013-05-161-9/+9
* C++1y n3648: parse and reject init-captures for now.Richard Smith2013-05-091-0/+18
* Update regression tests for r166617.Eli Friedman2012-10-241-1/+1
* PR13652: Don't assume the parameter array on a FunctionTypeLoc for a lambda willRichard Smith2012-08-301-0/+1
* In 'delete []', the '[]' never starts a lambda. Update a FIXME with a standar...Richard Smith2012-08-091-0/+7
* Fix parsing of trailing-return-type. Types are syntactically prohibited fromRichard Smith2012-03-121-1/+4
* Disambiguate between C++11 lambda expressions and C99 arrayDouglas Gregor2012-02-171-0/+11
* Improve recovery for lambda expressions that have 'mutable' or aDouglas Gregor2012-02-161-0/+2
* Remove the "unsupported" error for lambda expressions. It's annoying,Douglas Gregor2012-02-091-7/+7
* Fix tests for r150123Douglas Gregor2012-02-091-1/+1
* Stub out the Sema interface for lambda expressions, and change the parser to ...Eli Friedman2012-01-041-7/+7
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-2/+2
* 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/+27