Skip to content

Parse typedefs only once #1283

@dschrempf

Description

@dschrempf

At the moment, when parsing a typedef, we traverse recursive typedefs until we find the bottom type.

When parsing functions, for example, we also parse return types and arguments. Now, if a funtion return type is a typedef, we parse the typedef again, recursively, until we find the bottom type.

We should parse each typedef only once.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions