Skip to content

Commit d072191

Browse files
authored
Merge pull request swiftlang#60855 from cachemeifyoucan/eng/PR-CASDB-cleanup-swift-main-update
[ClangImporter] Update to match new DependencyScanningService API
2 parents 04f1cde + 9bd2d40 commit d072191

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/ClangImporter/ClangModuleDependencyScanner.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ class swift::ClangModuleDependenciesCacheImpl {
4343
DependencyScanningTool tool;
4444

4545
ClangModuleDependenciesCacheImpl()
46-
: importHackFileCache(),
47-
service(ScanningMode::DependencyDirectivesScan,
48-
ScanningOutputFormat::Full, clang::CASOptions(), nullptr),
46+
: importHackFileCache(), service(ScanningMode::DependencyDirectivesScan,
47+
ScanningOutputFormat::Full,
48+
clang::CASOptions(), nullptr, nullptr),
4949
tool(service) {}
5050
~ClangModuleDependenciesCacheImpl();
5151

0 commit comments

Comments
 (0)