Commits

Doug Gregor committed 5709a86f2f7
Start importing Objective-C initializers and factory methods using failable initializers. In this mode, use nullability information on the result type of the initializer or factory method to determine failability of the initializer. This is behind the flag -enable-objc-failable-initializers until we have the SILGen support in place. Swift SVN r21341