The SEI CERT C++ Coding Standard is available to promote the adoption of secure coding standards.
CppDepend add out of the box more than 20 Cert checks
High Integrity C++ defines a set of rules and best practices for the production of high quality C++ code.
CppDepend add out of the box more than 20 HICPP checks.
Many suggestions are now added to CppDepend, there are more than 20 modernization detections to modernize the pointers usage, the loops, the deprecated headers and more.
To help people to use modern C++ effectively (C++11, C++14 and C++17), the C++ Core Guidelines were introduced by Bjarne Stroustrup and Herb Sutter.
Clang-tidy embedded in CppDepend can check some of these guidelines.
With CppDepend, software quality can be measured using Code Metrics, visualized using Graphs and Treemaps, and enforced using standard and custom Rules.
.