[all-commits] [llvm/llvm-project] d4f18f: Replace bitfield in lldb::Type with byte-sized mem...

adrian-prantl via All-commits all-commits at lists.llvm.org
Mon Nov 18 10:00:39 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d4f18f11d372bd02127424ae6a8f8a30f77a0426
      https://github.com/llvm/llvm-project/commit/d4f18f11d372bd02127424ae6a8f8a30f77a0426
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M lldb/include/lldb/Symbol/Type.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    M lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
    M lldb/source/Symbol/Type.cpp

  Log Message:
  -----------
  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.




More information about the All-commits mailing list