[Lldb-commits] [PATCH] D76808: Fix handling of bit-fields when there is a base class when parsing DWARF

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 26 19:02:48 PDT 2020


aprantl added inline comments.


================
Comment at: lldb/test/API/lang/cpp/bitfields/main.cpp:90
+  derived.b_a=2;
+  derived.d_a=1;
 
----------------
clang-format


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76808/new/

https://reviews.llvm.org/D76808





More information about the lldb-commits mailing list