- 
    Suggestion 
- 
    Resolution: Done
- 
     Not Evaluated Not Evaluated
- 
    Qt Creator 6.0.0-rc1
- 
    None
- 
        0fab5956ea (qt-creator/qt-creator/master) 0fab5956ea (qt-creator/qt-creator/9.0)
suppose this code:
typedef struct {
	int len;
} s_t;
then finding usages of the len member produces somewhat unhelpful search identifiers like "Anonymous:113::len". that pattern is technically correct, but we could do much better: the declaration is uniquely typedef'd in place, so we could use that as the identifier instead.
| For Gerrit Dashboard: QTCREATORBUG-26611 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 432708,2 | CppEditor: Store typedefed name for anonymous structs | master | qt-creator/qt-creator | Status: MERGED | -1 | 0 |