Commits

Doug Gregor committed 9a36586377b
Compute Objective-C selectors for throwing initializers. Refactor the Objective-C selector computation code for all forms of methods, collapsing it into a single routine to eliminate duplication. Test that we're computing Objective-C selectors for throwing initializers correctly, as well as that we're printing the appropriate Objective-C method declarations for throwing initializers. Swift SVN r27293