diff options
author | Igor Kudrin <ikudrin@accesssoftek.com> | 2024-01-13 02:19:42 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-13 02:19:42 +0700 |
commit | 9f8c818141720c1bb69f9e023396a9aa0733ccf6 (patch) | |
tree | 70857c7ee60884bfd240838ec7971eaee95faf68 /llvm/lib/Support/StringRef.cpp | |
parent | 85b7d54385ab65dc5d924f78613fab182529d2c3 (diff) | |
download | llvm-9f8c818141720c1bb69f9e023396a9aa0733ccf6.zip llvm-9f8c818141720c1bb69f9e023396a9aa0733ccf6.tar.gz llvm-9f8c818141720c1bb69f9e023396a9aa0733ccf6.tar.bz2 |
[CommandLine][NFCI] Do not add 'All' to 'RegisteredSubCommands' (#77722)
After #75679, it is no longer necessary to add the `All` pseudo
subcommand to the list of registered subcommands. The change causes the
list to contain only real subcommands, i.e. an unnamed top-level
subcommand and named ones. This simplifies the code a bit by removing
some checks for this special case.
This is a fixed version of #77041, where options of the 'All' subcommand
were not added to subcommands defined after them.
Diffstat (limited to 'llvm/lib/Support/StringRef.cpp')
0 files changed, 0 insertions, 0 deletions