This is an archive of the discontinued LLVM Phabricator instance.

[clang][cli] Store InputKind in FrontendOptions
ClosedPublic

Authored by jansvoboda11 on Feb 5 2021, 8:58 AM.

Details

Summary

This patch stores the InputKind (parsed mainly from -x) to FrontendOptions. This is necessary for command line generation.

Diff Detail

Event Timeline

jansvoboda11 requested review of this revision.Feb 5 2021, 8:58 AM
jansvoboda11 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 5 2021, 8:58 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript

Fix typo in comment

This revision is now accepted and ready to land.Feb 8 2021, 11:28 AM
This revision was landed with ongoing or failed builds.Feb 9 2021, 6:19 AM
This revision was automatically updated to reflect the committed changes.