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.
To exclude the detection of a false positive, insert a cppdepend-suppress comment in the source code.
Exclude single rule:
Exclude multiple rules:
Or like that:
Try CppDepend Today
Start your 14-day free trial with full access to all documentation features. No credit card required.
