Commits

Doug Gregor committed 5b4a42bfe3d
Set the foreign error convention for throwing methods of @objc protocols. The code path for handling foreign error conventions of methods in classes is sufficiently complicated that it needed its own logic, and @objc protocol methods weren't handled at all. Fix that in the obvious way, addressing rdar://problem/22262699. Swift SVN r32234