zig/test
Andrew Kelley 7f5560689a AstGen: introduce 'reachableExpr' function
This function can be swapped out for calls to expr() to report a compile
error when the expression results in control flow that does not return.
2021-07-02 13:26:50 -07:00
..
behavior stage2: fix unreachable in union(enum) with anytype payload 2021-06-27 12:26:29 +03:00
src
stage1/c_abi
stage2 fix start code for WebAssembly 2021-06-30 18:39:04 -07:00
standalone cleanups related to unused params 2021-06-21 17:03:04 -07:00
assemble_and_link.zig
behavior.zig tagName: return a null-terminated slice 2021-06-16 22:02:42 +01:00
cli.zig update godbolt test case for unused parameter 2021-06-23 10:44:46 -07:00
compare_output.zig fix unused parameters in compare_output test cases 2021-06-23 10:44:46 -07:00
compile_errors.zig AstGen: introduce 'reachableExpr' function 2021-07-02 13:26:50 -07:00
gen_h.zig
run_translated_c.zig translate-c: Remove usage of extern enum 2021-06-23 08:44:25 +03:00
runtime_safety.zig fix unused variable errors in runtime safety test cases 2021-06-23 10:44:46 -07:00
stack_traces.zig
standalone.zig std: Fix PIE startup sequence 2021-06-19 18:02:51 +02:00
tests.zig fix code broken from previous commit 2021-06-21 17:03:03 -07:00
translate_c.zig translate-c: Ensure all local variables and function params are used 2021-06-23 10:47:47 -07:00