mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix print bugs unfmt
This commit is contained in:
@@ -257,7 +257,7 @@ public:
|
||||
emitExperimentalDependencyDotFileAfterEveryImport),
|
||||
currentPathIfTracing(
|
||||
shouldTraceDependencies
|
||||
? llvm::Optional<std::vector<const ModuleDepGraphNode *>>()
|
||||
? llvm::Optional<std::vector<const ModuleDepGraphNode *>>(std::vector<const ModuleDepGraphNode *>())
|
||||
: None),
|
||||
stats(stats) {
|
||||
assert(verify() && "ModuleDepGraph should be fine when created");
|
||||
|
||||
Reference in New Issue
Block a user