mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
We were incorrectly computing the index of the Clang implicit conversion corresponding to method arguments. This led to wrong code and a crash in lowering due to a calling convention mismatch. Fixes #7224. Assisted-by: Gemini via Antigravity