Unexpected type references in cross reference widget #6326
Labels
Effort: Trivial
Issue should take < 1 day
Impact: Low
Issue is a papercut or has a good, supported workaround
UI: Cross References
Issues with the Cross References widget
UI: Filter
Issues with filtering or searching
UI: Types
Issues with the Types widget
As a user when I select a type, I expect the cross reference widget to show references to the type. However when viewing common types like
HINSTANCE
on windows platforms you will see references to typedefs. Typedefs specifically mean that the underlying type is effectively duplicated for each type def.As an example, see the following repro:
Of course this is useful for analysis, but for the user facing cross reference widget I believe we should have an option to omit type defs that really are just duplicates. Careful consideration should be done so that accesses through the type def are still visible, I am not suggesting that we make type refs through type defs invisible to the user.
The text was updated successfully, but these errors were encountered: