Added support for multi dimension array.
Also worked around some issues with:
- array of incomplete structure type.
- dynamic size array.
Differential D21526
[codeview] Improved array type support (multi dimension array) aaboud on Jun 20 2016, 12:06 PM. Authored by
Details Added support for multi dimension array. Also worked around some issues with:
Diff Detail
Event Timeline
Comment Actions Thanks, seems like the right approach.
Comment Actions Thanks for the comments.
Comment Actions Thanks Reid for the comments.
Comment Actions lgtm with a better comment about arrays of incomplete type.
Comment Actions Fixed PR28311.
Comment Actions Improved LIT test according to Reid comment. Comment Actions Looks good after sharing common code
Comment Actions Applied Reid comment and moved getBaseTypeSize to DebugHandlerBase as it used by DwarfDebug and CodeViewDebug. Added David Blaikie to review the change in DwarfDebug. Comment Actions Updated getBaseTypeSize to match more the top of trunk version moved from DwarfUnit.cpp. |