Open jasssonpet opened 9 years ago
We should research if it's good for us to use Clang Tidy in our build.
xcpretty can generate the compile_commands.json file that clang-tidy needs. CMake can generate it too, but only for the Makefile and Ninja generators AFAIK.
compile_commands.json
clang-tidy
We should research if it's good for us to use Clang Tidy in our build.