mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
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
5 lines
234 B
Plaintext
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" }
|