Commits

Doug Gregor committed de75465a76c
Specialize diagnostic banning @objc on members of protocol extensions. Members of protocol extensions cannot be @objc because there is no sensible class to which we could attach an Objective-C method. This was already diagnosed as an error (because protocol extensions are generic contexts), so specialize the diagnostic slightly. Swift SVN r26768