Commits

Joe Groff committed 384ae282c75
SILGen: Emit @objc protocol extension initializers. In @objc protocols, the initializing entry point is witnessed (as an -init method) rather than the allocating entry point, so the extension initializer needs to allocate the object and delegate to the initializing constructor. Swift SVN r27940