mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Whenever a variable is written without an initializer, default-initialize the variable (e.g., by calling the default constructor) or produce an error. Fixes <rdar://problem/13134629>, <rdar://problem/11941389>, and the majority of <rdar://problem/11619148>. Missing still is the default initialization of struct members within user-written constructors. That's the last part of <rdar://problem/11619148>. Swift SVN r4974
506 B
506 B