Commits

Chris Lattner committed 375c92a4af0
Turn on DI for derived classes. Except for @objc classes, it now ensures that all ivars in all cases are initialized before super.init is called. It is still not handling @objc classes, and still isn't enforcing that super.init itself happens in the right places. Also, the QoI could be better Swift SVN r11026