[PATCH] D61870: Make cl::HideUnrelatedOptions more flexible

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 05:17:31 PDT 2019


lebedev.ri accepted this revision.
lebedev.ri added a comment.

Looks good to me, but please wait for @hintonda / @beanz.



================
Comment at: llvm/include/llvm/Support/CommandLine.h:1971
 
 /// Mark all options not part of this category as cl::ReallyHidden.
 ///
----------------
Comment needs updating


================
Comment at: llvm/include/llvm/Support/CommandLine.h:1982
 
 /// Mark all options not part of the categories as cl::ReallyHidden.
 ///
----------------
Comment needs updating


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61870/new/

https://reviews.llvm.org/D61870





More information about the llvm-commits mailing list