Skip to content

Commit b9a4149

Browse files
qiongsiwumahesh-attarde
authored andcommitted
[clang][Dependency Scanning][NFC] Move DependencyScanningAction to its own header and source files (llvm#160795)
This is the first of three PRs to land llvm#160207 in smaller pieces. This PR is an NFC. It moves `DependencyScanningAction` to its own source file, so we can later implement a `CompilerInstanceWithContext` in the new file. Part of work for rdar://136303612.
1 parent 173d38a commit b9a4149

File tree

4 files changed

+609
-557
lines changed

4 files changed

+609
-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+
DependencyScannerImpl.cpp
1314
InProcessModuleCache.cpp
1415
ModuleDepCollector.cpp
1516

0 commit comments

Comments
 (0)