Clazy is a clang based tool that does static analysis of C++/Qt code. This task is to investigate if it is usefull enough to justify a clazy target in the CPF pipeline.
Run the tool manually on a big enough qt project an see what kind of errors it finds.
Clazy is a clang based tool that does static analysis of C++/Qt code. This task is to investigate if it is usefull enough to justify a
clazy
target in the CPF pipeline.