mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
450ce79b30
The `StackArgumentsType` field of `RawFunctionType` was the only cross-reference between `model::Type`s that did not use `model::QualifiedType` but a naked `TupleTreeReference`. Switching it to `QualifiedType` make all cross-references across `model::Type`s homogeneous.