aboutsummaryrefslogtreecommitdiff
path: root/src/zig_llvm.cpp
diff options
context:
space:
mode:
authorPat Tullmann <pat.github@tullmann.org>2023-10-09 06:44:14 -0700
committerGitHub <noreply@github.com>2023-10-09 16:44:14 +0300
commit57874ce619c098a4affd6804a71e0604ff3874c8 (patch)
treed54550d2f14df5db035f4f1fdd5a80c0f36e3b0f /src/zig_llvm.cpp
parent54e7f58fcb8cd3fbfd1b1a3efd090c296b0e728b (diff)
downloadzig-57874ce619c098a4affd6804a71e0604ff3874c8.tar.gz
zig-57874ce619c098a4affd6804a71e0604ff3874c8.zip
lib/std/fs/test.zig: cleanup (#17443)
* fs/test.zig: use arena allocator more consistently * fs/test.zig: remove unnecessary type information Zig can (now?) implicitly cast a `&.{ "foo"}` when passed to `fs.path.join()`, so the `[_][]const u8` is unnecessary. * fs/test.zig: Use fs.path.join() for longer paths Replace long path constructions (that use several "++ path_sep ++") with a single call to `fs.path.join`. Seems more readable to me. * fs/test.zig: fmt
Diffstat (limited to 'src/zig_llvm.cpp')
0 files changed, 0 insertions, 0 deletions