Commits

Jordan Rose committed 3be416ba3d6
[ClangImporter] Recognize Swift classes and protocols renamed with @objc. This is the counterpart of the previous commit---if a class or protocol is renamed with @objc, we should not be looking for it in Swift under its Objective-C name. Finishes rdar://problem/17469485 Swift SVN r29744