[PATCH] D144058: [clang][deps] Split lookupModuleOutput out of DependencyConsumer NFC

Jan Svoboda via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 14 16:37:07 PST 2023


jansvoboda11 added inline comments.


================
Comment at: clang/include/clang/Tooling/DependencyScanning/DependencyScanningWorker.h:64-66
+/// Dependency scanner callbacks that are used during scanning to influence the
+/// behaviour of the scan - for example, to customize the scanned invocations.
+class DependencyActions {
----------------
What do the downstream callbacks do? The class name sounds a bit generic for something you can call `lookupModuleOutput()` on, but maybe that's the right name with more context. It's also very similar to the existing `DependencyScanningAction`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144058/new/

https://reviews.llvm.org/D144058



More information about the cfe-commits mailing list