Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 367683

Summary: Filter to filter out anonymous structs
Product: [Tools] CDT Reporter: Andrew Gvozdev <angvoz.dev>
Component: cdt-coreAssignee: Andrew Gvozdev <angvoz.dev>
Status: RESOLVED FIXED QA Contact: Doug Schaefer <cdtdoug>
Severity: normal    
Priority: P3    
Version: 8.1.0   
Target Milestone: 8.1.0   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Suggested patch angvoz.dev: iplog-

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.