Commits

Chris Lattner committed 1e74c1e8c94
teach DI about try_apply instructions when looking for self.init and super.init calls, resolving <rdar://problem/20850517> throwing initializers that call super.init trigger DI errors about not having called super.init However, it still looks like they are getting miscompiled in other ways. Ongoing works is tracked by <rdar://problem/20861374> throwing initializers are broken Swift SVN r28280