Fix print bugs unfmt

This commit is contained in:
David Ungar
2019-01-26 21:47:52 -08:00
parent 1c3e2fc872
commit 3d8779efba
4 changed files with 9 additions and 7 deletions

View File

@@ -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");