[NFC] Fix out-of-date documentation related to ModuleLoaders.

This commit is contained in:
Varun Gandhi
2019-10-11 17:00:04 -07:00
parent 5e8c4ad494
commit ade2abb03c
2 changed files with 2 additions and 3 deletions

View File

@@ -39,7 +39,6 @@ DependencyTracker::addDependency(StringRef File, bool IsSystem) {
// DependencyTracker exposes an interface that (intentionally) does not talk
// about clang at all, nor about missing deps. It does expose an IsSystem
// dimension, which we accept and pass along to the clang DependencyCollector.
// along to the clang DependencyCollector.
clangCollector->maybeAddDependency(File, /*FromModule=*/false,
IsSystem, /*IsModuleFile=*/false,
/*IsMissing=*/false);