summaryrefslogtreecommitdiff
path: root/gcc/cp/lambda.cc
AgeCommit message (Expand)Author
2025-10-09c++: C++26 va_start - part of P3348R4 - C++26 should refer to C23 not C17Jakub Jelinek
2025-09-23c++: Fix canonical type for lambda pack captures [PR122015]Nathaniel Shead
2025-09-20c++: Fix lambdas with variadic parameters and static specifier [PR119048]Eczbek
2025-08-13c++: P2036R3 - Change scope of lambda trailing-return-type [PR102610]Marek Polacek
2025-07-31c++: consteval blocksMarek Polacek
2025-07-24c++: lambda convop in C++23 [PR114632]Jason Merrill
2025-07-11c++: Save 8 further bytes from lang_type allocationsJakub Jelinek
2025-07-03c++: trivial lambda pruning [PR120716]Jason Merrill
2025-07-03c++: ICE with 'this' in lambda signature [PR120748]Jason Merrill
2025-05-30c++: more xobj lambda 'this' capture [PR113563]Jason Merrill
2025-05-29c++: xobj lambda 'this' capture [PR113563]Jason Merrill
2025-04-25c++: pruning non-captures in noexcept lambda [PR119764]Jason Merrill
2025-04-16c++: Prune lambda captures from more places [PR119755]Nathaniel Shead
2025-04-04c++: lambda in requires outside template [PR99546]Jason Merrill
2025-03-12c++: Look through capture proxy from outer lambda instead of erroring out [PR...Simon Martin
2025-02-28c++: generic lambda, implicit 'this' capture, xobj memfn [PR119038]Patrick Palka
2025-02-14c++: Clear lambda scope for unattached member template lambdasNathaniel Shead
2025-02-14c++: Fix mangling of lambas in static member template initializers [PR107741]Nathaniel Shead
2025-02-04c++: Fix up pedwarn for capturing structured bindings in lambdas [PR118719]Jakub Jelinek
2025-01-23c++: bogus error with nested lambdas [PR117602]Marek Polacek
2025-01-23c++: Fix mangling of lambdas in static data member initializers [PR107741]Nathaniel Shead
2025-01-21c++: 'this' capture clobbered during recursive inst [PR116756]Patrick Palka
2025-01-02Update copyright years.Jakub Jelinek
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm
2024-10-18gcc/: Rename array_type_nelts => array_type_nelts_minus_oneAlejandro Colomar
2024-09-05c++: Add missing auto_diagnostic_groupsNathaniel Shead
2024-06-07c++: lambda in pack expansion [PR115378]Patrick Palka
2024-05-09c++: lambda capturing structured bindings [PR85889]Marek Polacek
2024-02-13c++/modules: reduce lazy loading recursionPatrick Palka
2024-01-09c++: P0847R7 (deducing this) - xobj lambdas. [PR102609]waffl3x
2024-01-09c++: P0847R7 (deducing this) - prerequisite changes. [PR102609]waffl3x
2024-01-03Update copyright years.Jakub Jelinek
2023-11-30c++: Implement C++26 P2169R4 - Placeholder variables with no name [PR110349]Jakub Jelinek
2023-11-29c++: remove LAMBDA_EXPR_MUTABLE_PJason Merrill
2023-11-20Trivial typo fix in variadicMarc Poulhiès
2023-05-18c++: use _P() defines from tree.hBernhard Reutner-Fischer
2023-03-17c++: constant, array, lambda, template [PR108975]Jason Merrill
2023-03-10c++: constrained lambda error-recovery [PR108972]Jason Merrill
2023-01-16Update copyright years.Jakub Jelinek
2022-11-01c++: per-scope, per-signature lambda discriminatorsNathan Sidwell
2022-11-01c++: Reorganize per-scope lambda discriminatorsNathan Sidwell
2022-09-27c++: Implement C++23 P1169R4 - static operator() [PR106651]Jakub Jelinek
2022-09-12c++: lambda capture of array with deduced bounds [PR106567]Jason Merrill
2022-05-09c++: constexpr init of union sub-aggr w/ base [PR105491]Patrick Palka
2022-05-09[c++][NFC] Rename Attached to KeyedNathan Sidwell
2022-05-04c++: Don't emit deprecated warnings or unavailable errors on lambda declarationsJakub Jelinek
2022-04-29c++: lambda capture dependent type [PR82980]Jason Merrill
2022-04-14c++: lambda and the current instantiation [PR82980]Jason Merrill