mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Serialization: Fix serializing normal conformance xrefs for tuple conformances
Fixes rdar://problem/113707902.
This commit is contained in:
@@ -1789,7 +1789,7 @@ Serializer::writeASTBlockEntity(ProtocolConformance *conformance) {
|
||||
Out, ScratchRecord,
|
||||
abbrCode,
|
||||
addDeclRef(normal->getProtocol()),
|
||||
addDeclRef(normal->getType()->getAnyNominal()),
|
||||
addDeclRef(normal->getDeclContext()->getSelfNominalTypeDecl()),
|
||||
addContainingModuleRef(normal->getDeclContext(),
|
||||
/*ignoreExport=*/true));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user