This is an archive of the discontinued LLVM Phabricator instance.

[clang][cli] Parse HeaderSearch options separately
ClosedPublic

Authored by jansvoboda11 on Jan 15 2021, 9:28 AM.

Details

Summary

This patch moves parsing of header search options from parseSimpleArgs back to ParseHeaderSearchArgs where they originally were.

The round-trip algorithm in D94472 requires this separation to be able to run parsing and generating only for the options that need to be tested via round-tripping.

Diff Detail

Event Timeline

jansvoboda11 created this revision.Jan 15 2021, 9:28 AM
jansvoboda11 requested review of this revision.Jan 15 2021, 9:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 15 2021, 9:28 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
jansvoboda11 edited the summary of this revision. (Show Details)Jan 15 2021, 10:06 AM
This revision is now accepted and ready to land.Jan 25 2021, 12:10 PM
This revision was landed with ongoing or failed builds.Jan 27 2021, 5:46 AM
This revision was automatically updated to reflect the committed changes.