[PATCH] D96280: [WIP][clang][cli] Round-trip the whole CompilerInvocation
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 8 09:56:27 PST 2021
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.
Finally, this patch moves from round-tripping one `CompilerInvocation` at a time to round-tripping the whole invocation.
This includes only the work to make it work. Any cleanup work will be done in a follow-up patch.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D96280
Files:
clang/include/clang/Basic/DiagnosticDriverKinds.td
clang/include/clang/Frontend/CompilerInvocation.h
clang/lib/Frontend/CompilerInvocation.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96280.322148.patch
Type: text/x-patch
Size: 33607 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210208/05efce29/attachment-0001.bin>
More information about the cfe-commits
mailing list