Maintainability Index

The latest version includes a Maintainability Index, which helps developers assess the maintainability of their code.
The index is calculated using various metrics, including code complexity and design, and provides a single, easy-to-understand score.
Gives developers a quick understanding of the state of their codebase.
SARIF Import
Version 2023.1 introduces the ability to import SARIF files, making it easier for developers to share their analysis results with others.
The SARIF format is widely used in the software development industry and allows developers to collaborate more effectively on code improvement efforts.
Better Support for False Positives

CppDepend has made it easier to exclude false positives from its analysis, giving developers more control over the results.
Particularly useful for projects where certain code patterns are deemed acceptable, but might be flagged as issues by the analysis tool.
From the source code, simply add a comment to exclude the false positive detection.
Exclude False Positives with Source Comments

Ready to try CppDepend?
Start your 14-day free trial with full access to all features. No credit card required.
Download Free Trial