mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix erroneous break wi/h a continue.
This commit is contained in:
@@ -908,7 +908,7 @@ void ASTProducer::findSnapshotAndOpenFiles(
|
||||
}
|
||||
}
|
||||
if (FoundSnapshot)
|
||||
break;
|
||||
continue;
|
||||
|
||||
auto Content = MgrImpl.getFileContent(File, IsPrimary, Error);
|
||||
if (!Content.Buffer) {
|
||||
|
||||
Reference in New Issue
Block a user