zig/test
LemonBoy 77383f968d translate-c: Emit @ptrCast + @alignPtr sequence
Avoid producing Zig code that doesn't compile due to mismatched
alignments between pointers.

Always emit a @alignOf instead of hardcoding the alignment value
returned by LLVM for portability sake of the generated code.
2019-04-29 21:30:19 -04:00
..
stage1 Fix generation of container initializers 2019-04-28 13:13:42 -04:00
stage2 fix race conditions in self-hosted compiler; add test 2018-07-24 21:28:54 -04:00
standalone zig build: do a better job of detecting system paths 2019-03-11 15:22:05 -04:00
assemble_and_link.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
build_examples.zig c_abi: activate tests on windows 2019-03-19 22:41:27 +01:00
cli.zig Merge remote-tracking branch 'origin/master' into llvm8 2019-03-10 13:48:06 -04:00
compare_output.zig remove octal and hex floats from the language 2019-03-23 14:04:52 -04:00
compile_errors.zig `@sizeOf` returns 0 for comptime types 2019-04-24 22:31:53 -04:00
gen_h.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
runtime_safety.zig implement allowzero pointer attribute 2019-03-25 12:55:45 -04:00
tests.zig zig build: support single-threaded builds 2019-04-05 14:54:37 -04:00
translate_c.zig translate-c: Emit @ptrCast + @alignPtr sequence 2019-04-29 21:30:19 -04:00