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
..
2022-09-14 20:08:34 -04:00
2023-04-23 21:06:21 +03:00
2023-04-20 15:17:07 -07:00
2023-04-23 21:06:21 +03:00
2023-04-22 21:16:23 +02:00
2023-04-15 19:44:56 +03:00
2023-04-13 02:47:16 -04:00
2023-04-13 02:47:16 -04:00
2022-11-04 00:09:27 +03:30
2023-01-25 20:56:23 -07:00