Commits

Doug Gregor committed d51744e3961
Clang importer: add @objc(name) attributes to imported classes and protocols. Now that we represent the Objective-C runtime names of classes and protocols in a uniform way, stop peeking into the Clang AST nodes to get this information for imported classes and protocols. This is better layering and helps test that new code path. Swift SVN r15632