Skip to content

Superfluous parentheses in declarations are handled incorrectly #606

@DivineWinds

Description

@DivineWinds

Input:

void (*p);

Output:

void (*) p;

This is wrong and fails to compile. Ideally the unnecessary parentheses would be removed but leaving them untouched is also an option.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions