mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-25 17:10:11 +01:00
When creating the C++ thunk, make the parameters references if the corresponding callee parameters are `ref`s. When creating the Carbon thunk, tag the call arguments as `ref` if the corresponding callee parameters are `ref`s.