]> granicus.if.org Git - clang/commit
Refactor DependencyScanningTool to its own file
authorKousik Kumar <kousikk@google.com>
Tue, 22 Oct 2019 05:05:18 +0000 (05:05 +0000)
committerKousik Kumar <kousikk@google.com>
Tue, 22 Oct 2019 05:05:18 +0000 (05:05 +0000)
commit7e03c676e4d1b9bde9d8a50ba6521f07df218704
tree1b0a64e06e8ce66212daa0882016fa78e0c1db9d
parentc6761990bda8885d0f421ff03675a3d5f584d483
Refactor DependencyScanningTool to its own file

Summary:
There's no behavior change - just moving DependencyScanningTool to its own file
since this tool can be reused across both clang-scan-deps binary and an interface
exposed as part of libClang APIs.

Reviewers: arphaman, jkorous, Bigcheese, dexonsmith

Subscribers: mgorny, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D69186

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@375483 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Tooling/DependencyScanning/DependencyScanningTool.h [new file with mode: 0644]
lib/Tooling/DependencyScanning/CMakeLists.txt
lib/Tooling/DependencyScanning/DependencyScanningTool.cpp [new file with mode: 0644]
tools/clang-scan-deps/ClangScanDeps.cpp