Skip to content

Clang tidy: adaptions for v5 and fixes

Matthias Männich requested to merge metti/cmake:clang-tidy into master

This MR addresses

  • make .clang-tidy an actual build dependency

  • deal with newly introduced checks in clang-tidy v5

  • fixes for several clang-tidy findings

Most of them were probably hidden by a Linux-only clang-tidy run. Running clang-tidy on OSX revealed some leftovers that could mostly be fixed by clang-tidy itself (-fix)

Merge request reports