mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +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