Top "Clang-tidy" questions

For questions about clang-tidy as a static analyzer and code modernization tool.

How to build the latest clang-tidy?

I've tried to build clang-tidy from sources but it complains about an undefined CMake command: CMake Error at clang-apply-replacements/CMakeLists.…

c++ clang llvm clang-tidy
How to integrate clang-tidy to CMake and GCC?

I want to integrate clang-tidy to our C and C++, CMake based project which is compiled using a custom GCC …

c++ gcc cmake clang clang-tidy
clang-tidy cmake exclude file from check

I have a dependency as source in my project that I have no control over. I'm using cmake's clang-tidy integration …

cmake static-analysis cppcheck clang-tidy