Module printing and serialization support for @unchecked Sendable

This commit is contained in:
Doug Gregor
2021-07-11 12:29:21 -07:00
parent 29f5d7a64a
commit 06bbc70b3e
31 changed files with 270 additions and 253 deletions

View File

@@ -3276,7 +3276,7 @@ class AddEquatableContext {
SourceLoc StartLoc;
/// Array of all inherited protocols' locations
ArrayRef<TypeLoc> ProtocolsLocations;
ArrayRef<InheritedEntry> ProtocolsLocations;
/// Array of all conformed protocols
SmallVector<swift::ProtocolDecl *, 2> Protocols;