Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 367683 - Filter to filter out anonymous structs
Summary: Filter to filter out anonymous structs
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 8.1.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 8.1.0   Edit
Assignee: Andrew Gvozdev CLA
QA Contact: Doug Schaefer CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-01 00:04 EST by Andrew Gvozdev CLA
Modified: 2012-02-23 11:33 EST (History)
0 users

See Also:


Attachments
Suggested patch (4.48 KB, patch)
2012-01-01 00:06 EST, Andrew Gvozdev CLA
angvoz.dev: iplog-
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Gvozdev CLA 2012-01-01 00:04:59 EST
We are dealing with a lot of generated C code where the generator massively generates anonymous structs. That pollutes the whole visible part of the PE view from the top with "anonymous" nodes. That arrangement magnifies that showing "anonymous" does not bring much value as their variables listed below separately as well. I suggest a filter for the anonymous elements which would be enabled by default.
Comment 1 Andrew Gvozdev CLA 2012-01-01 00:06:59 EST
Created attachment 208893 [details]
Suggested patch
Comment 2 Andrew Gvozdev CLA 2012-01-03 13:50:08 EST
Committed to master. Enabled by default in PE/CView as the items are alphabetically sorted there but disabled by default in the Outline View.