Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce 'const' left of the type, even via clang-tidy's FIX-ITs (#15948)
### Ticket None ### Problem description Clang-tidy was trying to insert `const` right of the type. ### What's changed * Told clang-format we want it on the left. * Told clang-tidy to do what clang-format says.
- Loading branch information