[PATCH] D96323: [clang][cli] NFC: Remove intermediate command line parsing functions
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 9 01:50:16 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.
Patch D96280 <https://reviews.llvm.org/D96280> moved command line round-tripping from each parsing functions into single `CreateFromArgs` function.
This patch cleans up the individual parsing functions, essentially merging `ParseXxxImpl` with `ParseXxx`, as the distinction is not necessary anymore.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D96323
Files:
clang/include/clang/Frontend/CompilerInvocation.h
clang/lib/Frontend/CompilerInvocation.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96323.322312.patch
Type: text/x-patch
Size: 19938 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210209/1f8780f0/attachment-0001.bin>
More information about the cfe-commits
mailing list