zig/test
Jacob Young b7bd44a654 Sema: ensure builtin.StackTrace fields are analyzed
When encountering a fn type that returns an error (union), a backend
that supports error return tracing will want the StackTrace struct and
its fields to be analyzed.
2022-10-01 08:09:43 -04:00
..
behavior Type: correctly handle ABI align strat for optionals and error unions 2022-09-30 00:46:45 +03:00
c_abi stage2: Fix multiple_llvm_int parameter passing 2022-09-28 12:48:28 +03:00
cases stage2: improve error message for missing member in file root struct 2022-09-30 00:09:24 +03:00
link
src
stage2
standalone Sema: ensure builtin.StackTrace fields are analyzed 2022-10-01 08:09:43 -04:00
assemble_and_link.zig
behavior.zig Type: correctly handle ABI align strat for optionals and error unions 2022-09-30 00:46:45 +03:00
cases.zig
cli.zig std: add return address parameter to panic fn 2022-09-20 19:05:00 -07:00
compare_output.zig
compile_errors.zig sema: load the correct AST in failWithInvalidComptimeFieldStore 2022-09-26 08:56:34 +02:00
gen_h.zig
link.zig
run_translated_c.zig
stack_traces.zig
standalone.zig llvm: avoid undefined values by ensuring the StackTrace decl is analyzed 2022-10-01 04:02:09 -04:00
tests.zig
translate_c.zig