mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[NFC] Reformat all the LLVMs
Reformatting everything now that we have `llvm` namespaces. I've separated this from the main commit to help manage merge-conflicts and for making it a bit easier to read the mega-patch.
This commit is contained in:
@@ -257,7 +257,8 @@ ErrorOr<ModuleDependencyInfo> ModuleDependencyScanner::scanInterfaceFile(
|
||||
return *Result;
|
||||
}
|
||||
|
||||
llvm::Optional<const ModuleDependencyInfo*> SerializedModuleLoaderBase::getModuleDependencies(
|
||||
llvm::Optional<const ModuleDependencyInfo *>
|
||||
SerializedModuleLoaderBase::getModuleDependencies(
|
||||
StringRef moduleName, ModuleDependenciesCache &cache,
|
||||
InterfaceSubContextDelegate &delegate, bool isTestableDependencyLookup) {
|
||||
ImportPath::Module::Builder builder(Ctx, moduleName, /*separator=*/'.');
|
||||
|
||||
Reference in New Issue
Block a user