mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
c8e8f095fb
These methods had a misleading name, because they always returned a ScopeTag, and never indented anything. As a result they were misused or used in a confusing way in most of their uses. They have now both been replaced by two different overloaded methods with the name getScopeTag. This commit also fixes all their broken uses.