Commits

Doug Gregor committed c47c669e03d
Clang importer: handle factory-method-as-initializer as an alternate declaration. Alternate declarations now capture all of the ways in which a single Objective-C method can be reflected into two Swift methods (for subscripts, factory-methods-as-initializers, and instance-methods-as-class-methods).