Files
swift-mirror/test/attr/Inputs/custom-modules/module.map
Robert Widmann 483785311c Improve Over-Availability Diagnostic for Implicit Decls
We used to attach this diagnostic to the implicit decl. Now, attach it to the enclosing decl and offer an extra note that states the availability of the implicit declaration that is at conflict with the availability of the enclosing scope.

rdar://74513654
2022-05-06 16:59:46 -07:00

5 lines
234 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" }
module Available_NSObject { header "available_nsobject.h" }