Skip to content

Commit 584a2f9

Browse files
committed
Moving DependencyScanningAction to its own header and source files.
1 parent 96a7c9b commit 584a2f9

File tree

4 files changed

+610
-557
lines changed

4 files changed

+610
-557
lines changed

clang/lib/Tooling/DependencyScanning/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ add_clang_library(clangDependencyScanning
1010
DependencyScanningService.cpp
1111
DependencyScanningWorker.cpp
1212
DependencyScanningTool.cpp
13+
DependencyScanner.cpp
1314
InProcessModuleCache.cpp
1415
ModuleDepCollector.cpp
1516

0 commit comments

Comments
 (0)