mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
TBD was missing several opaque type descriptor symbols. The root causes are: (1) the AST API called by TBD doesn't return opaque type decl if the decl is from a serialized AST; and (2) the access level of opaque type decl isn't serialized so TBD considers them as internal. This change fixes both. rdar://61833970
61 KiB
61 KiB