Commits

Doug Gregor committed de427fce5d5
Print throwing @objc methods with the appropriate Objective-C signature. When printing the Objective-C form of a throwing method, use the appropriate result type (BOOL, nullable result, etc.) and include the error parameter. As part of this, refactor the printing loop for Objective-C method declarations to stop being based on splitting strings: ObjCSelector has the pieces we need. Swift SVN r27282