zig/test
travisstaloch 3f98756f85 Fix translation of signed array indices (#4113)
* cast only if the index is long long or signed
* cast long long to usize rather than c_uint

closes #4075
2020-01-10 00:08:24 -05:00
..
src test harness: show annotated case name when translate-c test fails 2020-01-07 13:40:17 -05:00
stage1 Merge pull request #3955 from LemonBoy/fix-1528 2020-01-09 13:53:56 -05:00
stage2
standalone zig fmt and update extern fn to callconv(.C) 2020-01-06 15:34:50 -05:00
assemble_and_link.zig
cli.zig
compare_output.zig avoid trying to translate microsoft's stdio.h inline functions 2020-01-01 20:33:07 -05:00
compile_errors.zig New @export() handling 2020-01-09 13:43:06 -05:00
gen_h.zig
run_translated_c.zig Fix translation of signed array indices (#4113) 2020-01-10 00:08:24 -05:00
runtime_safety.zig fix safety for sentinel-slicing floats 2019-12-20 18:28:59 -05:00
stack_traces.zig
standalone.zig
tests.zig fix test-gen-h and test-compile-errors regression 2020-01-05 13:08:18 -05:00
translate_c.zig Fix translation of signed array indices (#4113) 2020-01-10 00:08:24 -05:00