Commits

Jordan Rose committed 148e25dc03f
Provide the '@escaping' fix-it for any call-site escaping mismatch. (#4181) ...not just those where the functions match otherwise. This allows the fix-it to be provided in cases where the closure being passed is a subtype, or when there are generics involved. Yes, the '@escaping' might not be the only issue, but it will need to get fixed, and probably independently of anything else that's going on (except perhaps calling the wrong function). rdar://problem/27729540