zig/test
Andrew Kelley 04572f6e34 Sema: fix coerceResultPtr
It did not handle properly when the dummy operand was a comptime_int; it
was crashing in coerce because comptime_int is supposed to be
comptime-known. So when calling coerceResultPtr, we pass the actual
operand, not a dummy operand, which means it will have the proper
comptime value when necessary.
2022-07-14 18:11:46 -07:00
..
behavior Sema: fix coerceResultPtr 2022-07-14 18:11:46 -07:00
cases Merge pull request #12044 from Vexu/stage2-compile-errors 2022-07-11 20:45:27 -04:00
link wasm-linker: Implement linker tests (#12006) 2022-07-12 14:36:33 +02:00
src
stage1/c_abi
stage2 Sema: validate @intToEnum int operand type 2022-07-01 10:22:25 +03:00
standalone Merge remote-tracking branch 'origin/master' into llvm14 2022-07-07 14:01:54 -07:00
assemble_and_link.zig
behavior.zig Merge remote-tracking branch 'origin/master' into llvm14 2022-07-07 18:25:01 -07:00
cases.zig
cli.zig
compare_output.zig
compile_errors.zig Compilation: indent multiline error messages properly 2022-07-12 00:10:39 +03:00
gen_h.zig
link.zig wasm-linker: Implement linker tests (#12006) 2022-07-12 14:36:33 +02:00
run_translated_c.zig
stack_traces.zig
standalone.zig disable more standalone tests 2022-07-06 15:10:41 -07:00
tests.zig wasm-linker: Implement linker tests (#12006) 2022-07-12 14:36:33 +02:00
translate_c.zig disable regressed translate-c test case on freebsd 2022-07-08 23:17:41 -07:00