zig/test/cases
Jimmi HC 2b3af4ef6b fixed #1009
ir_make_type_info_defs already calls resolve_top_level_decl on all Tld
when building the def array. This means, that there is no reason that
analyze_fn_body is nessesary, as the fn type should have already been
resolved completly. The only thing analyze_fn_body does here, is cause
problems with generic functions.
2018-05-30 10:30:09 +02:00
..
bugs run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
import
namespace_depends_on_compile_var
pub_enum
align.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
alignof.zig
array.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
asm.zig
atomics.zig
bitcast.zig
bool.zig
cast.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
const_slice_child.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
coroutines.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
defer.zig
enum_with_members.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
enum.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
error.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
eval.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
field_parent_ptr.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
fn_in_struct_in_comptime.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
fn.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
for.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
generics.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
if.zig
import.zig
incomplete_struct_param_tld.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
ir_block_deps.zig
math.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
misc.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
new_stack_call.zig
null.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
pointers.zig
ref_var_in_if_after_if_2nd_switch_prong.zig
reflection.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
sizeof_and_typeof.zig
slice.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
struct_contains_null_ptr_itself.zig
struct_contains_slice_of_itself.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
struct.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
switch_prong_err_enum.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
switch_prong_implicit_cast.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
switch.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
syntax.zig
this.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
try.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
type_info.zig fixed #1009 2018-05-30 10:30:09 +02:00
undefined.zig
union.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
var_args.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
void.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
while.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00