Files
swift-mirror/test/attr/Inputs/custom-modules/module.map
Ben Barham 3de83aca66 [ClangImporter] Add @completionHandlerAsync for imported decls
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
2021-03-31 08:39:12 +10:00

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" }