Skip to content

clang-format RemoveParentheses does not exclude keyword decltype #64786

@owenca

Description

@owenca

The RemoveParentheses option should not remove multiple parentheses following the decltype keyword because decltype((a)) is often a different type than decltype(a).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions