[Lldb-commits] [PATCH] D102445: Switch from using member_clang_type.GetByteSize() to member_type->GetByteSize() in ParseSingleMember
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 13 18:48:37 PDT 2021
aprantl added a comment.
I guess we could add least add a comment like this?
// By calling member_type instead of member_clang_type, the size comes from DWARF, which avoids premature record layout.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102445/new/
https://reviews.llvm.org/D102445
More information about the lldb-commits
mailing list