Skip to content

Commit 9bd2d40

Browse files
[ClangImporter] Update to match new DependencyScanningService API
Update ClangImporter to match new DependencyScanningService API from clang depscan.
1 parent 04f1cde commit 9bd2d40

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)