Commits

Doug Gregor committed 48fb38f82a3
Clang importer: eliminate importSpecialMethod. NFC This method was only used for importing subscripts. Instead, import a subscript when the imported name says we should (so we eliminate the redundant check for "might this be a subscript accessor?") and use the subscript "alternate declaration" to eliminate the only other caller to importSpecialMethod.