This is an archive of the discontinued LLVM Phabricator instance.

[clang][cli] NFC: Remove intermediate command line parsing functions
ClosedPublic

Authored by jansvoboda11 on Feb 9 2021, 1:50 AM.

Details

Summary

Patch 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.

Diff Detail

Event Timeline

jansvoboda11 requested review of this revision.Feb 9 2021, 1:50 AM
jansvoboda11 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 9 2021, 1:50 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Feb 9 2021, 2:46 PM
This revision was landed with ongoing or failed builds.Feb 25 2021, 4:45 AM
This revision was automatically updated to reflect the committed changes.