Skip to content

Conversation

@zhscn
Copy link

@zhscn zhscn commented Nov 3, 2025

The struct derived from an alias is missing from type hierarchy before this fix:

struct Base {};
struct Derived : Base {};
using BaseAlias = Base;
struct DerivedAlias : BaseAlias {};
Derive from
Base
└╸Derived

The expected output is:

Derive from
Base
├╸Derived
└╸DerivedAlias

@zhscn
Copy link
Author

zhscn commented Nov 4, 2025

@MaskRay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant