#clang tidy is really slow

3 messages · Page 1 of 1 (latest)

junior basalt
#

I'm using the following command for running clang-tidy on my project files:
clang-tidy -format-style=file -header-filter=../include/vkp/*.h -header-filter=../include/vkp/graphics/*.h -p ..\build\x64-Debug ./*.cpp ./graphics/*.cpp
This takes roughly 6 minutes to execute
is there a faster way to do this?

pine jungleBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

junior basalt
#

clang tidy is really slow