This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG521e1733f149: [clang][cli] Store InputKind in
FrontendOptions (authored by jansvoboda11).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST
dexonsmith accepted this revision.
dexonsmith added a comment.
This revision is now accepted and ready to land.
LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96149/new/
https://reviews.llvm.org/D96149
jansvoboda11 updated this revision to Diff 322113.
jansvoboda11 added a comment.
Fix typo in comment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96149/new/
https://reviews.llvm.org/D96149
Files:
clang/include/clang/Frontend/FrontendOptions.h
jansvoboda11 created this revision.
jansvoboda11 added reviewers: Bigcheese, dexonsmith.
jansvoboda11 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This patch stores the `InputKind` (parsed mainly from `-x`) to
`FrontendOptions`. This is