Files
revng-revng/include/revng/CliftTransforms
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
..
2025-12-05 19:53:41 +02:00
2025-12-05 19:53:41 +02:00
2026-04-14 09:52:07 +02:00
2026-03-18 17:25:13 +01:00
2026-03-18 17:25:13 +01:00
2025-12-05 19:53:41 +02:00
2026-04-08 12:18:10 +03:00