Commits

Doug Gregor committed 4f9f945d622
Teach the Clang importer to add @objc(selector) attributes for imported methods and initializers. With this in place, remove the hacks that peeked at the imported Clang node to determine the selector for a method. We're all attribute-driven now. Part of <rdar://problem/16019773>. Swift SVN r15663