CppDepend 2019.3 provides now the possibility to choose the right Qt Kit for the analysis.
MISRA C++ is a set of software development guidelines for the C programming language developed by MISRA (Motor Industry Software Reliability Association). Its aims are to facilitate code safety, security, portability, and reliability. CppDepend 2019 provides now out of the box 90 MISRA guidelines
The external plugins Clang-Tidy and Vera++ could take a long time to achieve the analysis. And in order to get the CppDepend results quickly, the execution of the plugins are now executed in asynchronous mode. Their results will be loaded as soon as the analysis is done.
The Clang tidy tool check against many standards and guidelines which makes it very slow, To optimize its execution you can now change its command line arguments to check only what you want as guidelines.
With CppDepend, software quality can be measured using Code Metrics, visualized using Graphs and Treemaps, and enforced using standard and custom Rules.
.