mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
Depends on #2361, #2421 Add support for destructors of base classes. Features: - Call destructors from derived to base class - Support addressing `TupleValue` using a new `Member` variant Changes: - Update `StepDestroy()` to recursively call destructors from derived to base class - Add new `Member` variant and `IndexedValue` struct to be usable with `TupleValue`