mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-25 07:20:10 +01:00
Allows unformed state for local variables. Reports a run-time error when an unformed local variable is used. - Added declaration without initialization for local variables in the parser. - Made the init expression of VariableDefinition optional. - Expanded (alive, dead) to (uninitialized, alive, dead) in the Heap. Co-authored-by: Jon Ross-Perkins <jperkins@google.com>