22llvm::cl::OptionCategory
Category(
"LILAC Options");
25 : m_SubCommand(command, desc)
29lilac::SubCommand::operator llvm::cl::SubCommand&()
34lilac::SubCommand::operator bool()
const
36 return m_SubCommand.operator bool();
static llvm::cl::OptionCategory & GetCategory()
Gets default category of all sub-commands registered by LILAC.
SubCommand(const char *command, const char *desc)
Creates a sub-command with given name and description.
llvm::cl::OptionCategory Category("LILAC Options")