[Lldb-commits] [lldb] [lldb] Fix crash missing MSInheritanceAttr on CXXRecordDecl with DWARF on Windows (PR #112928)

Stefan Gränitz via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 18 09:18:21 PDT 2024


weliveindetail wrote:

This PR isn't complete yet, but early feedback is welcome. Next step is to get test coverage. There are similar cases for types like `CXXRecord`, `Enum` or `ObjCInterface` that attempt to query the complete type on the fly. Maybe we should do that for `MemberPointer` as well?

https://github.com/llvm/llvm-project/pull/112928


More information about the lldb-commits mailing list