mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
Extend the check for completion handler parameters to also consider the name of the parameter (not its argument label). If it's `completion` or `completionHandler`, we have a completion handler. This extends our API coverage for importing Objective-C methods with completion handlers as 'async'.