This patch removes the -full-command-line option from clang-scan-deps. It's only used with -format=experimental-full, where omitting the command lines doesn't make much sense. There are no tests without -full-command-line.
Depends on D100531.
Paths
| Differential D100533
[clang][deps] Remove the -full-command-line flag ClosedPublic Authored by jansvoboda11 on Apr 15 2021, 1:11 AM.
Details Summary This patch removes the -full-command-line option from clang-scan-deps. It's only used with -format=experimental-full, where omitting the command lines doesn't make much sense. There are no tests without -full-command-line. Depends on D100531.
Diff Detail
Event Timelinejansvoboda11 created this revision. jansvoboda11 added a parent revision: D100531: [clang][deps] Simplify function discovering .pcm and .modulemap files. jansvoboda11 retitled this revision from [clang][deps] Always generate full command lines to [clang][deps] Remove the -full-command-line flag.Apr 15 2021, 2:45 AM This revision is now accepted and ready to land.Apr 16 2021, 8:35 AM This revision was landed with ongoing or failed builds.Apr 19 2021, 3:28 AM Closed by commit rG2b73565210ef: [clang][deps] Remove the -full-command-line flag (authored by jansvoboda11). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 338467 clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h
clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
clang/test/ClangScanDeps/modules-full.cpp
clang/tools/clang-scan-deps/ClangScanDeps.cpp
|