summaryrefslogtreecommitdiff
path: root/clang/test/Parser/cxx0x-lambda-expressions.cpp
AgeCommit message (Expand)Author
2025-10-05[Clang] Use the templated declaration for DiagnoseUseOfDecl (#161900)Younan Zhang
2025-07-10[Clang] A lone `[` does not an attribute make (#147306)Corentin Jabot
2024-03-21[clang] Accept lambdas in C++03 as an extensions (#73376)Nikolas Klauser
2023-05-04[clang] Use -std=c++23 instead of -std=c++2bMark de Wever
2021-03-24[clang] [C++2b] [P1102] Accept lambdas without parameter list ().Marek Kurdej
2021-03-03Implement P2173 for attributes on lambdasAaron Ballman
2019-08-30[c++20] Implement semantic restrictions for C++20 designatedRichard Smith
2019-07-30[Parser] Lambda capture lists can start with '*'Erik Pilkington
2019-05-19Added a better diagnostic when using the delete operator with lambdasNicolas Lesser
2015-11-11N3922: direct-list-initialization of an auto-typed variable no longer deduces aRichard Smith
2015-02-11Add a warning for direct-list-initialization of a variable with a deduced typeRichard Smith
2015-01-12Parse: Don't let BalancedDelimiterTracker consume cxx_defaultarg_endDavid Majnemer
2015-01-12Parse: Don't parse beyond the end of the synthetic default argument tokDavid Majnemer
2015-01-09Parse: Don't crash when trailing return type is missingDavid Majnemer
2014-04-13PR19339: Disambiguate lambdas with init-captures from designated initializersRichard Smith
2014-04-02Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie
2014-03-12Allow GNU-style attributes on lambda expressions.Aaron Ballman
2014-03-11Improving test coverage for lambda expressions with attribute specifiers.Aaron Ballman
2014-03-11Changing this test case to use an unknown attribute, since there are not curr...Aaron Ballman
2014-03-11Gracefully handle an attribute specifier following a lambda introducer when t...Aaron Ballman
2013-09-28Add compat/extension warnings for init captures.Richard Smith
2013-09-28Per latest drafting, switch to implementing init-captures as if by declaringRichard Smith
2013-05-16First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith
2013-05-09C++1y n3648: parse and reject init-captures for now.Richard Smith
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