mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Calling `NominalTypeDecl::lookupDirect` triggers deserialization of Swift extensions for the type. `ClangRecordMemberLookup` shouldn't assume it is allowed to deserialize Swift extensions for the given C++ type: there might be extensions which reference the module that is currently being imported, which causes circular request dependency errors.
10 KiB
10 KiB