mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
c6e38cd485
Because of how name builders used to lazy gather namespaces on the first requested name, the objects were self mutating. As such only non-const references could be used to pass them around. Since that is no longer the case, this restores most of lost const qualifiers.