This patch moves parseSimpleArgs closer to ParseDiagnosticArgs so that sharing the parsing macro between them can be done more locally in a future patch.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D94172
[clang][cli] NFC: Move parseSimpleArgs ClosedPublic Authored by jansvoboda11 on Jan 6 2021, 6:05 AM.
Details
Summary This patch moves parseSimpleArgs closer to ParseDiagnosticArgs so that sharing the parsing macro between them can be done more locally in a future patch.
Diff Detail
Event Timelinejansvoboda11 created this revision. jansvoboda11 retitled this revision from [clang][cli] NFC: Move marshalling macros closer together to [clang][cli] NFC: Move parseSimpleArgs.Jan 6 2021, 6:15 AM This revision is now accepted and ready to land.Jan 6 2021, 12:24 PM This revision was landed with ongoing or failed builds.Jan 7 2021, 5:15 AM Closed by commit rG75d63630ebb1: [clang][cli] NFC: Move parseSimpleArgs (authored by jansvoboda11). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 315109 clang/lib/Frontend/CompilerInvocation.cpp
|