mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
43cf36bfce
This commit introduces `revng_log`, a macro analagous to `revng_assert`, which basically allows to have the benefit of the `Logger` class without having to compute the expression to log if the logger is disabled. This commit also completely dismisses the `DBG` macro, converting all the old code to `Logger` + `revng_log`.