Home/Docs/Analysis & Report/Resolving CppDepend False Positives

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 cppdepend-suppress comment in the source code.

Exclude single rule:

Add a comment to exclude False Positives

Exclude multiple rules:

Add a comment to exclude False Positives

Or like that:

Add a comment to exclude False Positives

Try CppDepend Today

Start your 14-day free trial with full access to all documentation features. No credit card required.