Replace bitfield in lldb::Type with byte-sized members. (NFC)
authorAdrian Prantl <aprantl@apple.com>
Mon, 18 Nov 2019 17:58:16 +0000 (09:58 -0800)
committerAdrian Prantl <aprantl@apple.com>
Mon, 18 Nov 2019 18:00:26 +0000 (10:00 -0800)
commitd4f18f11d372bd02127424ae6a8f8a30f77a0426
treef25ad90acd229ac8eccb72cf7170169d2487c450
parent7e4d386b77f982b260156fc6016ea9c33f466e0b
Replace bitfield in lldb::Type with byte-sized members. (NFC)

Due to alginment and packing using separate members takes up the same
amount of space, but makes it far less cumbersome to deal with it in
constructors etc.
lldb/include/lldb/Symbol/Type.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
lldb/source/Symbol/Type.cpp