Commits

Chris Lattner committed f5853fde921
fix <rdar://problem/21003797> too-early throw in an init produces "must be initialized before returning nil" diagnostic we now produce: all stored properties of a class instance must be initialized before throwing from an initializer which is just as sad a limitation, but a lot less confusing. Swift SVN r28834