[PATCH] D63681: [clang-scan-deps] Introduce the DependencyScanning library with the thread worker code and better error handling

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 26 14:07:10 PDT 2019


arphaman marked an inline comment as done.
arphaman added inline comments.


================
Comment at: clang/include/clang/Tooling/DependencyScanning/DependencyScanningWorker.h:29
+/// sources either using a fast mode where the source files are minimized, or
+/// using the regular processing run.
+class DependencyScanningWorker {
----------------
aganea wrote:
> How do you actually select between the fast mode or the regular preprocess?
You can't select it yet, as it's not yet implemented :)
A couple more follow-up patches, and it will be usable.


Repository:
  rC Clang

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

https://reviews.llvm.org/D63681





More information about the cfe-commits mailing list