diff options
author | Jason Molenda <jmolenda@apple.com> | 2017-03-21 02:59:15 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2017-03-21 02:59:15 +0000 |
commit | ab2dae0a9c415b5f56cf298fdcbeec0620150675 (patch) | |
tree | b2ea148d0a7c7ce066089aec6cf73d20e226d009 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp | |
parent | 3c268af42f61c171da25180e826c15cce428a000 (diff) | |
download | bcm5719-llvm-ab2dae0a9c415b5f56cf298fdcbeec0620150675.tar.gz bcm5719-llvm-ab2dae0a9c415b5f56cf298fdcbeec0620150675.zip |
Initialize m_allow_cxx, m_allow_objc. These ivars in the base class are not
initialized in the ctor and they're only initialized to 'true' in ClangUserExpression.cpp
when specific languages are detected so we can use uninitialized values. This
bug has been present since the ivars were added in r144042.
<rdar://problem/31105864>
llvm-svn: 298333
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp')
0 files changed, 0 insertions, 0 deletions