mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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:
@@ -894,9 +894,9 @@ void ModuleDependenciesCacheSerializer::writeArraysOfIdentifiers() {
|
||||
}
|
||||
}
|
||||
|
||||
void ModuleDependenciesCacheSerializer::writeModuleInfo(ModuleDependencyID moduleID,
|
||||
llvm::Optional<std::string> contextHash,
|
||||
const ModuleDependencyInfo &dependencyInfo) {
|
||||
void ModuleDependenciesCacheSerializer::writeModuleInfo(
|
||||
ModuleDependencyID moduleID, llvm::Optional<std::string> contextHash,
|
||||
const ModuleDependencyInfo &dependencyInfo) {
|
||||
using namespace graph_block;
|
||||
auto contextHashStrID = contextHash.has_value() ? getIdentifier(contextHash.value()) : 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user