aboutsummaryrefslogtreecommitdiff
path: root/test/cases/translate_c
AgeCommit message (Expand)Author
2025-09-24delete all the translate-c testsAndrew Kelley
2025-05-07translate-c: fix callconv attribute in macroxdBronch
2025-04-07Make translate-c more robust in handling macro functions.Matthew Roush
2025-03-07aro_translate_c: fix ast lowering of continue nodeTechatrix
2024-10-19test: update for `CallingConvention` changesmlugg
2024-08-27translate-c: support GCC/Clang pointer subtraction extensionmlugg
2024-07-31aro_translate_c: do not translate atomic typesEvan Haas
2024-07-31aro_translate_c: move noreturn test to manifestEvan Haas
2024-07-31aro_translate_c: handle opaque struct defs in prototypesEvan Haas
2024-07-31aro_translate_c: move simple function prototype test to manifestEvan Haas
2024-07-31translate_c: move empty declaration test to test manifestEvan Haas
2024-07-31aro_translate_c: Make function decls publicEvan Haas
2024-07-29aro_translate_c: do not translate _Static_assert declarationsEvan Haas
2024-06-05translate-c: promote macros that reference var decls to inline functionsfreakmangd
2024-05-09aro translate-c: support for record types addedfebruary cozzocrea
2024-04-12translate-c: allow str literals in bool expressionstravisstaloch
2024-04-11translate-c: support macro with 'assert(false && "error message")'travisstaloch
2024-03-28add tests for fixed stage1 bugsVeikka Tuominen
2024-03-26translate-c: handle string concatenation of function callsHydroH
2024-01-31Use mem.zeroes for empty union initializer listdanielsan901998
2023-11-24translate-c: use struct_init_one for empty struct initializerGarrett
2023-10-17tests: translate-c and run-translated-c to the test harnessVeikka Tuominen