I have worked on previous projects using CMake and clang tidy and was able to generate the compilation database. However, I am working on project using C++ builder and would like to run clang tidy on the codebase. There doesn't seem to be much online regarding clang-tidy integration on a project not using CMake. Does anyone know what is specifically required to get this to work.Under the hood we are using msbuild to build the project
Asked
Active
Viewed 258 times
1
-
So what build process are you using? – Georg P. May 12 '21 at 12:54
-
@GeorgP `msbuild` – user2020 May 12 '21 at 14:48