Commits

Doug Gregor committed f63939df8f8
Limit the introduction of "super.init()" calls to when it's safe. Require that init() be the only designated initializer in the superclass before inserting such a call implicitly. Fixes <rdar://problem/16420497>. Swift SVN r15575