aboutsummaryrefslogtreecommitdiff
path: root/src/zig_llvm.cpp
diff options
context:
space:
mode:
authorCody Tapscott <topolarity@tapscott.me>2022-04-11 14:52:09 -0700
committerCody Tapscott <topolarity@tapscott.me>2022-04-11 15:35:28 -0700
commit879b5627799b82ba7bcb4f15a8f0f517e014b222 (patch)
tree6ec93d94eb1b5d05cb920ac40523d123edc3d046 /src/zig_llvm.cpp
parent7851377e95f1a0e9467a7e69dd506b47a4f45b87 (diff)
downloadzig-879b5627799b82ba7bcb4f15a8f0f517e014b222.tar.gz
zig-879b5627799b82ba7bcb4f15a8f0f517e014b222.zip
Add file support for incremental error tests
Compile error test cases can now be given as a sequence of files: - "foo.1.zig" - "foo.2.zig" - "foo.3.zig" - etc. This sequence of files is tested as incremental compilation updates to a single "foo.zig" source file. To help avoid mistakes, we enforce strict ordering for these files. "foo.zig" cannot co-exist with "foo.X.zig", the sequence must include "foo.1.zig", and no numbers may be skipped.
Diffstat (limited to 'src/zig_llvm.cpp')
0 files changed, 0 insertions, 0 deletions