aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/translate_c_macros.h
AgeCommit message (Expand)Author
2022-11-03Translate-C Remainder Macro FixNathan Bourgeois
2022-10-28translate-c: Better support for division in macrosEvan Haas
2022-10-27translate-c: fix redefinition of label on left recursive comma operatorVeikka Tuominen
2022-09-07translate-c: convert tabs to `\t` in object-like macro string literalsEvan Haas
2022-08-31translate-c: promote large integer macros to unsigned long long if necessaryEvan Haas
2022-07-27translate-c: take address of functions before passing them to @ptrToIntEvan Haas
2022-06-29translate-c: fix cast or call macro with parenthesisLordMZTE
2022-03-08translate-c: use nested scope for comma operator in macrosEvan Haas
2022-02-23translate-c: Add support for cast-to-unionEvan Haas
2021-08-06translate-c: handle macros that cast to cv voidEvan Haas
2021-06-13meta.cast: handle casts from negative ints to ptrsVeikka Tuominen
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley