Commits

Doug Gregor committed b9561e00ab5
Introduce an empty, implicit default constructor into structs. When the struct definition has no user-defined constructors, and there is at least one instance variable, add an implicit default constructor. This default constructor is currently empty; that's to be fixed next. Swift SVN r4868