[PATCH] D103461: [clang][deps] NFC: Do not adjust the original action

2021-06-02 Thread Jan Svoboda via Phabricator via cfe-commits
jansvoboda11 added a comment. In D103461#2791760 , @dexonsmith wrote: > Is there (or could there be) a mode where `clang-scan-deps` prints out the > command-lines it sends to the dependency scanning action (maybe instead of > actually scanning), so thi

[PATCH] D103461: [clang][deps] NFC: Do not adjust the original action

2021-06-02 Thread Jan Svoboda via Phabricator via cfe-commits
jansvoboda11 updated this revision to Diff 349229. jansvoboda11 added a comment. Fix whitespace around fixme Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D103461/new/ https://reviews.llvm.org/D103461 Files: clang/tools/clang-scan-deps/ClangScanD

[PATCH] D103461: [clang][deps] NFC: Do not adjust the original action

2021-06-01 Thread Duncan P. N. Exon Smith via Phabricator via cfe-commits
dexonsmith added a comment. Is there (or could there be) a mode where `clang-scan-deps` prints out the command-lines it sends to the dependency scanning action (maybe instead of actually scanning), so this could be tested? Comment at: clang/tools/clang-scan-deps/ClangScanDeps

[PATCH] D103461: [clang][deps] NFC: Do not adjust the original action

2021-06-01 Thread Jan Svoboda via Phabricator via cfe-commits
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. This patch stops adjusting the frontend action when `clang-scan-deps` is config