Commits

Chris Lattner committed 24f06eb0e41
Rework my handling of @lazy in struct init() synthesization: the underlying storage can be explicitly specified with a memberwise constructor (this already worked) and the presence of the property shouldn't block synth of the default ctor since it is default initialized to nil. Unrelatedly, print the lazy attribute in the AST dumper. Swift SVN r17925