https://issues.dlang.org/show_bug.cgi?id=22551
Issue ID: 22551
Summary: DWARF: functions inside structs are not being
recognized as member functions
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Keywords: DebugInfo
Severity: normal
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
In DMD DWARF generator, DW_TAG_subprogram is not a parent of
DW_TAG_structure_type and therefore it is not considered members of the struct.
--
