A coding standard gives a uniform appearance to the codes written by different engineers. It improves readability, and maintainability of the code and it reduces complexity also. It helps in code reuse and helps to detect error easily.
CppDepend 2021 supports now a wide range of rules:
In this new version of CppDepend, you can easily check/uncheck the standards you would like to add to your project analysis.
CppDepend embeds now the most recent Clang, which means more diagnostics and more reliable results.
CppDepend 2021 embed now the most recent CppCheck tool, which means more issues detected and less false positives.
CppDepend can now detect the differences between your implementation and your UML diagrams based on your XMI files. Many checks are provided to help your team keep the code insync with the UML diagrams.
CppDepend provides now an easy way to exclude projects, folders and files.
With CppDepend, software quality can be measured using Code Metrics, visualized using Graphs and Treemaps, and enforced using standard and custom Rules.
.