| Summary: | ArrayType does not generate its name using its bounds | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Daniel Thomas <daniel.thomas> | ||||||||||
| Component: | cdt-debug-edc | Assignee: | Ken Ryall <ken.ryall> | ||||||||||
| Status: | RESOLVED FIXED | QA Contact: | Ken Ryall <ken.ryall> | ||||||||||
| Severity: | trivial | ||||||||||||
| Priority: | P3 | CC: | cdtdoug, kirk.beitz | ||||||||||
| Version: | 8.0 | ||||||||||||
| Target Milestone: | --- | ||||||||||||
| Hardware: | All | ||||||||||||
| OS: | All | ||||||||||||
| Whiteboard: | |||||||||||||
| Attachments: |
|
||||||||||||
|
Description
Daniel Thomas
Created attachment 200724 [details]
Patch to add support for generating the ArrayType name
Created attachment 200908 [details]
Add a test that checks this behaviour
Created attachment 200967 [details]
Patch to add support for generating the ArrayType name
Previous patch had a broken import.
Created attachment 200968 [details] Add tests on ArrayType generally Also tests changes in: https://bugs.eclipse.org/bugs/show_bug.cgi?id=353611 the patch has been merged and nominally tested in our local source base. the test case has been added instead to org.eclipse.cdt.debug.edc.tests.ArrayBoundsTest rather than as a separate regression test. both are waiting for final review and merge to eclipse edc git repository by committer Ken Ryall. (In reply to comment #5) > the test case has been added instead to > org.eclipse.cdt.debug.edc.tests.ArrayBoundsTest > rather than as a separate regression test. as per patch for another Array type issue, this test is now part of org.eclipse.cdt.debug.edc.tests.TestArrayType |