Re: [PATCH 2/2] Flatten anonymous structs in CodeView types

2024-11-18 Thread Mark Harmstone
On 18/11/2024 05:05, Jeff Law wrote: On 11/17/24 9:01 AM, Mark Harmstone wrote: If a CodeView struct, class, or union has as a member an anonymous struct, class, or union, this gets flattened. The sub-struct's members will appear as if they were part of their parent. For this, we move part of

Re: [PATCH 2/2] Flatten anonymous structs in CodeView types

2024-11-18 Thread Jeff Law
On 11/17/24 9:01 AM, Mark Harmstone wrote: If a CodeView struct, class, or union has as a member an anonymous struct, class, or union, this gets flattened. The sub-struct's members will appear as if they were part of their parent. For this, we move part of get_type_num_struct into a new funct