We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7af95b commit 2b30943Copy full SHA for 2b30943
lib/Interpreter/Paths.cpp
@@ -295,6 +295,9 @@ bool SplitPaths(llvm::StringRef PathStr,
295
return false;
296
} else if (Mode == kAllowNonExistent)
297
Paths.push_back(Split.first);
298
+ else if (Verbose)
299
+ } if (Mode == kAllowNonExistent)
300
+ Paths.push_back(Split.first);
301
else if (Verbose)
302
LogNonExistentDirectory(Split.first);
303
} else
0 commit comments