Force the initialization of the m_type ivar in
authorJason Molenda <jmolenda@apple.com>
Thu, 8 Sep 2016 02:26:58 +0000 (02:26 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 8 Sep 2016 02:26:58 +0000 (02:26 +0000)
commitf81f15a7061c7725a4287bde548bb5e437805863
tree3d100a91b0dd45a863d9eace7bb2e70f54d43b72
parent5e0a20697e5e57d7306d4b335cb5aa9cd359e99b
Force the initialization of the m_type ivar in
Function::GetStartLineSourceInfo before we try to
return the start line information about a function;
this function requires it to have been initialized.

llvm-svn: 280902
lldb/source/Symbol/Function.cpp