zig/test/cases/llvm
Jacob Young 8159ff8b81 x86_64: implement error set and enum safety
This is all of the expected 0.14.0 progress on #21530, which can now be
postponed once this commit is merged.

This required rewriting the (un)wrap operations since the original
implementations were extremely buggy.

Also adds an easy way to retrigger Sema OPV bugs so that I don't have to
keep updating #22419 all the time.
2025-02-15 03:45:21 -05:00
..
address_space_pointer_access_chaining_pointer_to_optional_array.zig x86_64: implement error set and enum safety 2025-02-15 03:45:21 -05:00
address_spaces_pointer_access_chaining_array_pointer.zig Prevent analysis of functions only referenced at comptime 2023-05-29 23:06:08 +01:00
address_spaces_pointer_access_chaining_complex.zig x86_64: implement error set and enum safety 2025-02-15 03:45:21 -05:00
address_spaces_pointer_access_chaining_struct_pointer.zig Prevent analysis of functions only referenced at comptime 2023-05-29 23:06:08 +01:00
blocks.zig test: update cases to silence 'var is never mutated' errors 2023-11-19 09:56:51 +00:00
dereferencing_though_multiple_pointers_with_address_spaces.zig Prevent analysis of functions only referenced at comptime 2023-05-29 23:06:08 +01:00
f_segment_address_space_reading_and_writing.zig test: update cases to silence 'var is never mutated' errors 2023-11-19 09:56:51 +00:00
for_loop.zig x86_64: implement error set and enum safety 2025-02-15 03:45:21 -05:00
hello_world.zig x86_64: implement error set and enum safety 2025-02-15 03:45:21 -05:00
large_slices.zig x86_64: implement error set and enum safety 2025-02-15 03:45:21 -05:00
nested_blocks.zig test: update cases to silence 'var is never mutated' errors 2023-11-19 09:56:51 +00:00
optionals.zig x86_64: implement error set and enum safety 2025-02-15 03:45:21 -05:00
pointer_keeps_address_space.zig Prevent analysis of functions only referenced at comptime 2023-05-29 23:06:08 +01:00
pointer_keeps_address_space_when_taking_address_of_dereference.zig Prevent analysis of functions only referenced at comptime 2023-05-29 23:06:08 +01:00
pointer_to_explicit_generic_address_space_coerces_to_implicit_pointer.zig Prevent analysis of functions only referenced at comptime 2023-05-29 23:06:08 +01:00
rem.zig test: move compile errors and incremental tests into common dir 2022-05-04 23:51:16 +02:00
simple_addition_and_subtraction.zig test: update cases to silence 'var is never mutated' errors 2023-11-19 09:56:51 +00:00
simple_if_statement.zig test: move compile errors and incremental tests into common dir 2022-05-04 23:51:16 +02:00
while_loops.zig test: move compile errors and incremental tests into common dir 2022-05-04 23:51:16 +02:00