Files
revng-revng/include/revng
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-04-09 18:37:46 +03:00
2025-02-13 13:10:51 +02:00
2025-10-31 17:25:03 +01:00
2025-12-16 17:42:07 +01:00
2025-10-31 17:25:03 +01:00
2026-03-25 17:26:24 +00:00
2025-05-07 16:42:34 +02:00
2025-12-03 17:59:18 +01:00
2024-07-10 15:34:19 +02:00
2025-06-27 17:12:18 +02:00
2026-02-25 12:47:27 +01:00
2025-10-24 18:20:48 +02:00
2025-12-10 16:16:14 +01:00