Commits

Joe Groff committed fa8e2aac088
ClangImporter: Associate imported subscript accessors with Clang nodes. This allows SILGen to recognize them as foreign declarations, fixing a bug when classes with subscripts defined in Objective-C were extended to conform to Swift protocols with subscript requirements. rdar://problem/20371661 Swift SVN r27998