Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2026-02-04 13:43:46 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/test/cases/translate_c
History
travisstaloch 05d9755766
translate-c: allow str literals in bool expressions
this is a follow up to #19610 with fix suggested by Vexu in
https://github.com/ziglang/zig/issues/14642#issuecomment-2048999384
2024-04-12 10:10:42 +00:00
..
align() attribute.c
add tests for fixed stage1 bugs
2024-03-28 15:24:01 +02:00
assert_with_strlit.c
translate-c: support macro with 'assert(false && "error message")'
2024-04-11 14:39:47 +00:00
empty union initializer list.c
Use mem.zeroes for empty union initializer list
2024-01-31 06:38:44 +02:00
enums msvc.c
tests: translate-c and run-translated-c to the test harness
2023-10-17 11:55:17 +03:00
enums.c
tests: translate-c and run-translated-c to the test harness
2023-10-17 11:55:17 +03:00
macro_function_string_concat.c
translate-c: handle string concatenation of function calls
2024-03-26 21:16:53 -07:00
static empty struct.c
Use mem.zeroes for empty union initializer list
2024-01-31 06:38:44 +02:00
strlit_as_bool.c
translate-c: allow str literals in bool expressions
2024-04-12 10:10:42 +00:00