This patch exposes InputInfo in Job instead of plain filenames. This is useful in a follow-up patch that uses this to recognize -cc1 commands interesting for Clang tooling.
Depends on D106787.
Paths
| Differential D106788
[clang][driver] NFC: Expose InputInfo in Job instead of plain filenames ClosedPublic Authored by jansvoboda11 on Jul 26 2021, 4:57 AM.
Details Summary This patch exposes InputInfo in Job instead of plain filenames. This is useful in a follow-up patch that uses this to recognize -cc1 commands interesting for Clang tooling. Depends on D106787.
Diff Detail
Event Timelinejansvoboda11 created this revision. jansvoboda11 added a child revision: D105695: [clang][tooling] Accept Clang invocations with multiple jobs.Jul 26 2021, 5:20 AM This revision is now accepted and ready to land.Jul 26 2021, 11:25 AM This revision was landed with ongoing or failed builds.Jul 27 2021, 12:19 AM Closed by commit rGb76c7c6faf06: [clang][driver] NFC: Expose InputInfo in Job instead of plain filenames (authored by jansvoboda11). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 361922 clang/include/clang/Driver/Job.h
clang/lib/Driver/Job.cpp
clang/unittests/Driver/ToolChainTest.cpp
|