-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang-formatinvalidResolved as invalid, i.e. not a bugResolved as invalid, i.e. not a bugregression
Description
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
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang-formatinvalidResolved as invalid, i.e. not a bugResolved as invalid, i.e. not a bugregression