Commits

Jordan Rose committed cee28189a21
Add a BodyKind for implicitly-synthesized memberwise initializers. ...rather than just assuming any initializer without a body that makes it to SILGen is a memberwise initializer. In the long term we want SILGen to stop handling these initializers, at which point we can see if it makes sense to remove this body kind. No intended functionality change. Swift SVN r25723