Skip to content

Commit 774ba28

Browse files
committed
NFC: Fix a warning in ModuleDependencies.cpp.
1 parent 117a5ec commit 774ba28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/ModuleDependencies.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,8 @@ ModuleDependenciesCache::ModuleDependenciesCache(
622622
std::string scannerContextHash)
623623
: globalScanningService(globalScanningService),
624624
mainScanModuleName(mainScanModuleName),
625-
moduleOutputPath(moduleOutputPath),
626625
scannerContextHash(scannerContextHash),
626+
moduleOutputPath(moduleOutputPath),
627627
clangScanningTool(*globalScanningService.ClangScanningService,
628628
globalScanningService.getClangScanningFS()) {
629629
globalScanningService.configureForContextHash(scannerContextHash);

0 commit comments

Comments
 (0)