Commits

Doug Gregor committed 272371a3f52
Attach a foreign error convention to @objc methods. For any @objc method, attach either the foreign error convention we inherit from an overridden method (if available) or the foreign error convention we computed as part of @objc validation. Extend the AST dumper to dump the foreign error convention so that we can test this. Swift SVN r27267