summaryrefslogtreecommitdiff
path: root/tests/delegates/bug659778.c-expected
Commit message (Collapse)AuthorAgeFilesLines
* codegen: Stabilize CCode.cname for backing method of lamdba expressionRico Tzschichholz2023-04-061-20/+20
| | | | Move lambda_id generation to CCodeAttribute and use _vala_lambda%d_ pattern
* tests: Update c-expectedwszqkzqk2023-01-111-1/+1
|
* codegen: Use __once instead of __volatile in generated codeVal Och2022-01-031-8/+8
| | | | | This better reflects purpose of relevant variables, especially given that they aren't volatile anymore on GLib 2.68+.
* codegen: Initialize "result" variable on declaration for abstract methods onlyRico Tzschichholz2022-01-031-5/+5
|
* tests: Add expected generated C sourcesRico Tzschichholz2021-07-161-0/+521