This is an archive of the discontinued LLVM Phabricator instance.

This patch changes the way command line options are printed out.
AbandonedPublic

Authored by tra on Feb 2 2015, 3:27 PM.

Details

Reviewers
echristo
Summary
  • If a flag option has an alias, --help will print it next to the option. E.g: --preprocess, which is an alias for -E will be printed as: --preprocess | -E
  • Optionally allow printing out command line options that don't have associated HelpText. This is used by Clang's --help-hidden-all I'm adding in a separate patch.

Diff Detail

Event Timeline

tra updated this revision to Diff 19194.Feb 2 2015, 3:27 PM
tra retitled this revision from to This patch changes the way command line options are printed out..
tra updated this object.
tra edited the test plan for this revision. (Show Details)
tra added a reviewer: echristo.
tra added a subscriber: Unknown Object (MLST).
tra added a comment.Feb 2 2015, 3:34 PM

Clang side of the changes is in D7362

tra abandoned this revision.Jun 17 2016, 3:08 PM