aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lambda.cc
AgeCommit message (Expand)AuthorFilesLines
2024-06-07c++: lambda in pack expansion [PR115378]Patrick Palka1-1/+2
2024-05-09c++: lambda capturing structured bindings [PR85889]Marek Polacek1-0/+10
2024-02-13c++/modules: reduce lazy loading recursionPatrick Palka1-3/+1
2024-01-09c++: P0847R7 (deducing this) - xobj lambdas. [PR102609]waffl3x1-1/+3
2024-01-09c++: P0847R7 (deducing this) - prerequisite changes. [PR102609]waffl3x1-4/+5
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-30c++: Implement C++26 P2169R4 - Placeholder variables with no name [PR110349]Jakub Jelinek1-8/+29
2023-11-29c++: remove LAMBDA_EXPR_MUTABLE_PJason Merrill1-1/+0
2023-11-20Trivial typo fix in variadicMarc Poulhiès1-1/+1
2023-05-18c++: use _P() defines from tree.hBernhard Reutner-Fischer1-1/+1
2023-03-17c++: constant, array, lambda, template [PR108975]Jason Merrill1-0/+3
2023-03-10c++: constrained lambda error-recovery [PR108972]Jason Merrill1-0/+4
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-11-01c++: per-scope, per-signature lambda discriminatorsNathan Sidwell1-1/+147
2022-11-01c++: Reorganize per-scope lambda discriminatorsNathan Sidwell1-47/+49
2022-09-27c++: Implement C++23 P1169R4 - static operator() [PR106651]Jakub Jelinek1-18/+71
2022-09-12c++: lambda capture of array with deduced bounds [PR106567]Jason Merrill1-0/+1
2022-05-09c++: constexpr init of union sub-aggr w/ base [PR105491]Patrick Palka1-2/+2
2022-05-09[c++][NFC] Rename Attached to KeyedNathan Sidwell1-1/+1
2022-05-04c++: Don't emit deprecated warnings or unavailable errors on lambda declarationsJakub Jelinek1-3/+9
2022-04-29c++: lambda capture dependent type [PR82980]Jason Merrill1-4/+3
2022-04-14c++: lambda and the current instantiation [PR82980]Jason Merrill1-1/+19
2022-04-06c++: nested generic lambda in DMI [PR101717]Jason Merrill1-1/+7
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+1583