Commits

Doug Gregor committed 2d7044c024f
Clang importer: move name translation for throwing methods into importFullName. The translation from the Objective-C NSError** convention into Swift throwing methods alters the names of methods. Move that computation into importFullName. This should be NFC refactoring for everything except the Swift name lookup tables, which will now correctly reflect this name translation.