Commits

Doug Gregor committed 4492f85d59b
When we import an Objective-C init method as a constructor, suppress the method. This makes it impossible to call an "init" method from Swift code; one must construct an object, delegate to another constructor (not yet implemented), or chain to a superclass constructor. Swift SVN r8421