Commits

Slava Pestov committed 06c676231b4
Sema: 'let' bindings are never default-initializable There was an inconsistency between the logic for synthesizing initializer expressions and the validation logic for the @requires_stored_property_inits attribute. As a result, 'let' bindings of optional types were not diagnosed in Sema, triggering crashes in DI. Swift SVN r32857