diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index fb4fc4a..0c7e001 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -225,6 +225,10 @@ The Eclipse based [Cevelop](https://www.cevelop.com/) IDE has various static ana Qt Creator can plug into the clang static analyzer. +### clazy + +[clazy](https://github.com/KDE/clazy) is a clang based tool for analyzing Qt usage. + ## Runtime Checkers ### Code Coverage Analysis