Move initialization of Variable::m_loc_is_const_data into constructor (NFC)
authorAdrian Prantl <aprantl@apple.com>
Wed, 14 Oct 2020 00:00:32 +0000 (17:00 -0700)
committerAdrian Prantl <aprantl@apple.com>
Wed, 14 Oct 2020 00:01:28 +0000 (17:01 -0700)
commit9b1c06c0e84a9cc763e12b289becb5fc3c9d01ea
treec68160afbaec93021be8656e9ccbd733e481f7bf
parent24c1660ac5d7813072b429eee7a9531338e53aea
Move initialization of Variable::m_loc_is_const_data into constructor (NFC)

This makes it symmetric with all other flags and makes it easier to
not forget to initialize it.

https://reviews.llvm.org/D89351
lldb/include/lldb/Symbol/Variable.h
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
lldb/source/Symbol/Variable.cpp