Commits

Doug Gregor committed d774de0c11d
Any method marked [objc] should be called via objc_msgSend*. Objective-C methods imported from Clang can be part of extensions, which weren't covered by the existing logic. Note that we currently ban [objc] methods in extensions written in Swift, a restriction we may want to revisit. Swift SVN r3284