What would it take to support another static analyzer ?
clazy is a Qt oriented code checker based on clang framework.
It can be used as a clang plugin, via -Xclang -add-plugin, or it can be used like clang-tidy, over a CompilationCommands.json database.