mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Module printing and serialization support for @unchecked Sendable
This commit is contained in:
@@ -2461,7 +2461,7 @@ ClassDecl *IRGenModule::getObjCRuntimeBaseClass(Identifier name,
|
||||
|
||||
// Make a really fake-looking class.
|
||||
auto SwiftRootClass = new (Context) ClassDecl(SourceLoc(), name, SourceLoc(),
|
||||
ArrayRef<TypeLoc>(),
|
||||
ArrayRef<InheritedEntry>(),
|
||||
/*generics*/ nullptr,
|
||||
Context.TheBuiltinModule,
|
||||
/*isActor*/false);
|
||||
|
||||
Reference in New Issue
Block a user