Resolving CppDepend False Positives

CppDepend has streamlined the process of omitting false positives in its evaluations, offering developers enhanced control over the analysis outcomes. This feature proves especially beneficial for projects where specific coding patterns are considered acceptable, despite potentially being marked as issues by the analytical tool.

False Positives

To exclude the detection of a false positive, insert a comment in the source code specifically for this purpose.

Add a comment to exlude False Positives

CppDepend offers a wide range of features. It is often described as a Swiss Army Knife for C and C++ developers.

Start Free Trial