mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Implicitly add the @completionHandlerAsync attribute for ObjCMethodDecl that have a completion handler. Adds a link from the non-async to the async function for use in diagnostics and refactorings. Resolves rdar://74665226