[NFC] Formatting cleanup to help with next conflicts

This commit is contained in:
Ben Barham
2021-10-15 17:15:51 +10:00
parent ea82df3e4a
commit 624337148b
7 changed files with 14 additions and 15 deletions

View File

@@ -235,7 +235,7 @@ int swift_symbolgraph_extract_main(ArrayRef<const char *> Args,
// don't need to print these errors.
CI.removeDiagnosticConsumer(&DiagPrinter);
SmallVector<ModuleDecl *, 32> Overlays;
SmallVector<ModuleDecl *, 8> Overlays;
M->findDeclaredCrossImportOverlaysTransitive(Overlays);
for (const auto *OM : Overlays) {
auto CIM = CI.getASTContext().getModuleByName(OM->getNameStr());