Commits

Doug Gregor committed a27179c0bcb
Don't diagnose the lack of self.init during type checking <rdar://problem/17922223>. self.init isn't needed if the initializer never returns (e.g., if it calls fatalError), so let DI diagnostic this. DI doesn't produce as nice a diagnostic, however. Swift SVN r21044