mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
#### Functional changes * Avoid unnecessary copies when a value binding is created from a value expression in call parameters * Ensure the result of the value expression bound is destroyed * Provide storage to initializing expressions used in call parameters --------- Co-authored-by: Jon Ross-Perkins <jperkins@google.com>