forked from OSchip/llvm-project
Probably should initialize that new ivar while I'm at it...
llvm-svn: 214941
This commit is contained in:
parent
33ea1681ce
commit
6d8873f94b
|
@ -56,6 +56,7 @@ CommandObject::CommandObject
|
|||
m_is_alias (false),
|
||||
m_flags (flags),
|
||||
m_arguments(),
|
||||
m_deprecated_command_override_callback (nullptr),
|
||||
m_command_override_callback (nullptr),
|
||||
m_command_override_baton (nullptr)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue