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 117a5ec commit 774ba28Copy full SHA for 774ba28
lib/AST/ModuleDependencies.cpp
@@ -622,8 +622,8 @@ ModuleDependenciesCache::ModuleDependenciesCache(
622
std::string scannerContextHash)
623
: globalScanningService(globalScanningService),
624
mainScanModuleName(mainScanModuleName),
625
- moduleOutputPath(moduleOutputPath),
626
scannerContextHash(scannerContextHash),
+ moduleOutputPath(moduleOutputPath),
627
clangScanningTool(*globalScanningService.ClangScanningService,
628
globalScanningService.getClangScanningFS()) {
629
globalScanningService.configureForContextHash(scannerContextHash);
0 commit comments