zig/tools
mlugg f26dda2117 all: migrate code to new cast builtin syntax
Most of this migration was performed automatically with `zig fmt`. There
were a few exceptions which I had to manually fix:

* `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten
* `@truncate`'s fixup is incorrect for vectors
* Test cases are not formatted, and their error locations change
2023-06-24 16:56:39 -07:00
..
crc
spirv std: Support user-provided jsonParse method. Unify json.Parser and json.parse* (#15705) 2023-06-19 11:21:37 -04:00
extract-grammar.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
gen_outline_atomics.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
gen_spirv_spec.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
gen_stubs.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
generate_JSONTestSuite.zig
generate_linux_syscalls.zig
lldb_pretty_printers.py tools: add LLDB pretty printer for InternPool.NullTerminatedString 2023-06-12 18:24:21 -07:00
process_headers.zig musl: deal with zig rename of i386 to x86 2023-06-20 12:55:38 -04:00
stage1_gdb_pretty_printers.py
stage2_gdb_pretty_printers.py InternPool: port most of value tags 2023-06-10 20:47:54 -07:00
std_gdb_pretty_printers.py
update_clang_options.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
update_cpu_features.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
update_crc_catalog.zig
update_glibc.zig
update_spirv_features.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
update-license-headers.zig
update-linux-headers.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
zig_gdb_pretty_printers.py