[PATCH] This patch changes the way command line options are printed out.

Artem Belevich tra at google.com
Mon Feb 2 15:28:01 PST 2015


Hi echristo,

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

http://reviews.llvm.org/D7361

Files:
  include/llvm/Option/OptTable.h
  lib/Option/OptTable.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7361.19194.patch
Type: text/x-patch
Size: 4081 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150202/b01bd873/attachment.bin>


More information about the cfe-commits mailing list