mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Follow-up from #78132, which did not fix issues related to eagerly imported members like subscripts. This patch restructures recursive ClangRecordMemberLookup requests to importBaseMemberDecl() in the recursive calls, rather than propagating base member decls up to the initial lookup request and doing the import. Doing so seems to fix lingering resolution issues (which I've added to the regression tests). rdar://141069984
26 KiB
26 KiB