zig/test/stage2
Andrew Kelley 7cd94d2123 stage2: omit Decl compile errors from failed AstGen files
Just like when new parse errors occur during an update, when new AstGen
errors occur during an update, we do not reveal compile errors for Decl
objects which are inside of a newly failed File. Once the File passes
AstGen successfully, it will be compared with the previously succeeded
ZIR and the saved Decl compile errors will be handled properly.
2021-05-15 21:20:06 -07:00
..
aarch64.zig stage2: fix test cases to add pub on exported _start fn 2021-05-12 23:17:24 -07:00
arm.zig stage2: fix test cases to add pub on exported _start fn 2021-05-12 23:17:24 -07:00
cbe.zig stage2: improve Decl dependency management 2021-05-14 17:41:22 -07:00
darwin.zig stage2: fix tests expected values 2021-05-13 20:44:34 -07:00
llvm.zig stage2: fix test cases to add pub on exported _start fn 2021-05-12 23:17:24 -07:00
riscv64.zig stage2: fix test cases to add pub on exported _start fn 2021-05-12 23:17:24 -07:00
spu-ii.zig stage2: fix test cases to add pub on exported _start fn 2021-05-12 23:17:24 -07:00
test.zig stage2: omit Decl compile errors from failed AstGen files 2021-05-15 21:20:06 -07:00
wasm.zig stage2: fix test cases to add pub on exported _start fn 2021-05-12 23:17:24 -07:00