Skip to content

Skip platform-dependent intermediate typedefs #1307

@kkysen

Description

@kkysen

See #1266 (comment).

As a follow-up to #1266, it'd be better to also emit platform-independent intermediate typedefs. #1266 makes the final typedefs, e.x. uint32_t point to the same underlying u32, but they go through different intermediate typedefs on different platforms. This likely needs some hardcoding for things like __uint32_t on Linux or __darwin_size_t on macOS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions