Skip to content

clang-format: unexpected change on template declaration #44703

@sylvestre

Description

@sylvestre
Bugzilla Link 45358
Resolution INVALID
Resolved on Apr 14, 2020 15:24
Version 10.0
OS Linux
Blocks #44654 #35642
CC @tstellar

Extended Description

with:
template
BaseAutoUnlock(MutexType &)->BaseAutoUnlock<MutexType &>;

clang-format-10 returns:
template
BaseAutoUnlock(MutexType &) -> BaseAutoUnlock<MutexType &>;

(note the " -> ")

not sure it is a legit change?

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