mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
3d3d3abfc3
This commit introduces two new methods that describe the return value of a function: * `returnMethod`: describes how the return value is passed to the caller. * `returnValueAggregateType`: the type of the aggregate that is being returned, in case `returnMethod` is `LocalVariable`.