* clang_tidy.cmake: added clang-tidy-10 to program list * fixed -Wrange-loop-construct Clang warnings * fixed readability-qualified-auto clang-tidy warnings * .clang-tidy: actually disable clang-analyzer-* warnings * .clang-tidy: disabled some new warnings introduced with clang-tidy-10
* CMakeLists.txt: there is no REQUIRED option for include() * added a "run-clang-tidy" target when the executable exists / always create compilation database / added .clang-tidy with all existing warnings have been disabled for now