Files
revng-revng/tests
Andrea Gussoni 4e3af009fe Expressions: fold x[0] into *x
Implement a DDR rewriting for folding the `x[0]` into `*x`, in order
to avoid a useless verbose syntax. Due to concatenation of rewrites, we
will get `&(x[0])` transformed into `x`, which is the rewriting we are
aiming to.
2026-04-14 09:52:07 +02:00
..
2026-03-04 14:58:02 +01:00
2025-12-16 17:41:55 +01:00
2026-04-14 09:52:07 +02:00
2025-09-10 12:05:15 +02:00