From 84c1d42fb7b227c534a398164b859b605e5bcaa8 Mon Sep 17 00:00:00 2001 From: CoderGears Date: Thu, 15 Feb 2018 10:20:56 +0000 Subject: [PATCH] Update 02-Use_the_Tools_Available.md --- 02-Use_the_Tools_Available.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index e320e34..4267e59 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -188,6 +188,10 @@ Notes: * For correct work it requires well formed path for headers, so before usage don't forget to pass: `--check-config`. * Finding unused headers does not work with `-j` more than 1. * Remember to add `--force` for code with a lot number of `#ifdef` if you need check all of them. + + ### CppDepend + +[CppDepend](http://www.cppdpeend.com/) Simplifies managing a complex C/C++ code base by analyzing and visualizing code dependencies, by defining design rules, by doing impact analysis, and comparing different versions of the code. It's free for OSS contributors. ### Clang's Static Analyzer