Skip to content

Commit 312bc78

Browse files
authored
llvm::None fix
1 parent 4024b6e commit 312bc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/TypeCheckConcurrency.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3651,7 +3651,7 @@ getIsolationFromWrappers(NominalTypeDecl *nominal) {
36513651
return llvm::None;
36523652

36533653
if (!nominal->getParentSourceFile())
3654-
return None;
3654+
return llvm::None;
36553655

36563656
ASTContext &ctx = nominal->getASTContext();
36573657
if (ctx.LangOpts.hasFeature(Feature::DisableActorInferenceFromPropertyWrapperUsage)) {

0 commit comments

Comments
 (0)