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
4 lines
174 B
Plaintext
4 lines
174 B
Plaintext
module AttrObjc_FooClangModule { header "attr_objc_foo_clang_module.h" }
|
|
module Testable_ClangModule { header "testable_clang.h" }
|
|
module ObjcAsync { header "objc_async.h" }
|