[PATCH] D108215: [clang][deps] NFC: Move `ResourceDirectoryCache`

Jan Svoboda via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 17 09:41:01 PDT 2021


jansvoboda11 created this revision.
jansvoboda11 added reviewers: Bigcheese, dexonsmith, arphaman.
jansvoboda11 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

The `ResourceDirectoryCache` is useful not only in the `clang-scan-deps` CLI tool, but also in the downstream libclang API. This NFC patch moves it to `DependencyScanningService.h`. to make it reusable.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108215

Files:
  clang/include/clang/Tooling/DependencyScanning/DependencyScanningService.h
  clang/lib/Tooling/DependencyScanning/DependencyScanningService.cpp
  clang/tools/clang-scan-deps/ClangScanDeps.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108215.366925.patch
Type: text/x-patch
Size: 7344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210817/a5f7e39a/attachment-0001.bin>


More information about the cfe-commits mailing list