Skip to content

Special specifiers on function prototypes are discarded #90

@krame505

Description

@krame505

For example

inline int foo(int);

translates into

signed int foo(signed int  );

discarding the inline special specifier. As far as I can tell the abstract syntax has no way of representing special specifiers on function prototypes? Not really sure of the best way to fix this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions