Commits

Doug Gregor committed f4c60bbde3d
[Protocol conformance] Parameter names are significant for Objective-C requirements. When checking a [objc] method requirement against a witness, ensure that the parameters names (beyond the first parameter) are equivalent. Fixes <rdar://problem/14210345>. Swift SVN r5789