zig/src/codegen
Andrew Kelley badad16f88 C backend: fix lowering comparison when array ptr meets ptr
Pointer comparisons were triggering `-Wcompare-distinct-pointer-types`
before this fix, which adds `(void*)` casts if the lhs type and rhs type
do not match pointer sizeness.
2023-04-25 11:23:41 -07:00
..
2023-04-13 02:47:16 -04:00
2023-04-21 16:36:30 -04:00