| | | | --- | --- | | Bugzilla Link | [45358](https://llvm.org/bz45358) | | Resolution | INVALID | | Resolved on | Apr 14, 2020 15:24 | | Version | 10.0 | | OS | Linux | | Blocks | llvm/llvm-project#44654 llvm/llvm-project#35642 | | CC | @tstellar | ## Extended Description with: template <typename MutexType> BaseAutoUnlock(MutexType &)->BaseAutoUnlock<MutexType &>; clang-format-10 returns: template <typename MutexType> BaseAutoUnlock(MutexType &) -> BaseAutoUnlock<MutexType &>; (note the " -> ") not sure it is a legit change?