[clang] [clang-tools-extra] [lld] [llvm] [llvm] Add subcommand support for OptTable (PR #155026)
Prabhu Rajasekaran via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 23 10:07:03 PDT 2025
================
@@ -730,7 +766,7 @@ void OptTable::printHelp(raw_ostream &OS, const char *Usage, const char *Title,
bool ShowHidden = !(FlagsToExclude & HelpHidden);
FlagsToExclude &= ~HelpHidden;
return internalPrintHelp(
- OS, Usage, Title, ShowHidden, ShowAllAliases,
+ OS, Usage, Title, {}, ShowHidden, ShowAllAliases,
----------------
Prabhuk wrote:
Done. Thank you.
https://github.com/llvm/llvm-project/pull/155026
More information about the cfe-commits
mailing list