[Lldb-commits] [lldb] [lldb] Fix crash when adding members to an "incomplete" type (PR #102116)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 7 05:05:04 PDT 2024


labath wrote:

You're right -- I misremembered. I thought the DefinitionData is set when completing the definition, but happens when the definition is started. In that case, yes, the crash happened because the ast importer didn't copy over the definition data, but then tried to access it when adding the typedef.

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


More information about the lldb-commits mailing list