For questions about clang-tidy as a static analyzer and code modernization tool.
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-tidyI 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-tidyI 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