Commits

Doug Gregor committed 41b6a420679
Clang importer: whitelist certain Objective-C protocols for renaming. Rather than append the "Proto" suffix to all imported Objective-C protocols, which can be confusing, whitelist those protocols that we do have to rename. Only NSObject falls into this category so far. Fixes <rdar://problem/15741699>. Swift SVN r11856