forked from OSchip/llvm-project
Fix build after r226068: cannot initialize 'int' with 'nullptr_t'
llvm-svn: 226076
This commit is contained in:
parent
8c252bde36
commit
19c55b5d12
|
@ -57,7 +57,7 @@ CommandObjectHelp::CommandOptions::g_option_table[] =
|
|||
{ LLDB_OPT_SET_ALL, false, "hide-aliases", 'a', OptionParser::eNoArgument, NULL, NULL, 0, eArgTypeNone, "Hide aliases in the command list."},
|
||||
{ LLDB_OPT_SET_ALL, false, "hide-user-commands", 'u', OptionParser::eNoArgument, NULL, NULL, 0, eArgTypeNone, "Hide user-defined commands from the list."},
|
||||
{ LLDB_OPT_SET_ALL, false, "show-hidden-commands", 'h', OptionParser::eNoArgument, NULL, NULL, 0, eArgTypeNone, "Include commands prefixed with an underscore."},
|
||||
{ 0, false, NULL, NULL, 0, 0, NULL, 0, eArgTypeNone, NULL }
|
||||
{ 0, false, NULL, 0, 0, 0, NULL, 0, eArgTypeNone, NULL }
|
||||
};
|
||||
|
||||
bool
|
||||
|
|
Loading…
Reference in New Issue