Skip to content

Commit 05f494b

Browse files
qiongsiwugithub-actions[bot]
authored andcommitted
Automerge: [clang][Dependency Scanning][NFC] Move DependencyScanningAction to its own header and source files (#160795)
This is the first of three PRs to land llvm/llvm-project#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.
2 parents 900cb4c + 0e35f56 commit 05f494b

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)