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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 39798 Build 39845: arc lint + arc unit
Event Timeline
Comment Actions
LGTM with style nit. I like that this decouples DependencyScanningTool from printing the results.
clang/tools/clang-scan-deps/ClangScanDeps.cpp | ||
---|---|---|
105–107 | This looks like it needs to be clang-formatted. |
This looks like it needs to be clang-formatted.