[PATCH] D156436: [llvm/OptTable] Print options without documentation

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 28 00:50:02 PDT 2023


serge-sans-paille added inline comments.


================
Comment at: llvm/include/llvm/Option/OptTable.h:260
   /// \param FlagsToExclude - Exclude options with any of these flags set.
-  /// \param ShowAllAliases - If true, display all options including aliases
-  ///                         that don't have help texts. By default, we display
-  ///                         only options that are not hidden and have help
-  ///                         texts.
+  /// \param ShowAllAliases - If false, hide aliases, that do not have their
+  ///                         own help text.
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156436



More information about the llvm-commits mailing list