Commits

Doug Gregor committed a534f6978aa
Add a new class attribute requires_stored_property_inits. This attribute states that all stored properties within the class must provide initial values. This will allow us to move stored property initialization into Objective-C's post-allocation initialization hook, .cxx_construct. Swift SVN r12228