The PC Lint - powerful static analysis tools that can check C/C++ source code and find bugs, glitches, inconsistencies, non-portable constructs, redundant code, potential memory leaks and also provides MISRA C/C++ compliance report.
Static analysis, also called static code analysis, is a method of computer program debugging that is done by examining the code without executing the program. The process provides an understanding of the code structure, and can help to ensure that the code adheres to industry standards. Automated tools can assist programmers and developers in carrying out static analysis.
Unlike the few other similar tools, PC Lint does not have smart reporting mechanism so that a consolidated statistical report can be generated. The output of PC-lint can be used by additional tools to generate reports and to present the warnings in a more accessible form
We have developed a MS Excel based tool to generate various readable & presentable reports from the output of PC Lint.
Metrics Generator from Static Code Analysis extract is a MS Excel based tool to generate below reports from PC Lint extract ?
This tool automatically purge MISRA rule No. wise rule violation occurrence from descriptive PC Lint output reports and generates Graphical & Tabular reports without any manual intervention