Cppcheck
Cppcheck is a static analysis tool for C/C++ code. It provides unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs. The goal is to have very few false positives. Cppcheck is designed to be able to analyze your C/C++ code even if it has non-standard syntax (common in embedded projects).
Type: Data Flow Analysis (Compiled code)
Supported version: 2.13.0
Supported languages: C/C++
Disclaimer
This project provides wrappers and scripts to integrate with Cppcheck, but does not include the tool itself.
Therefore, you are responsible for reviewing and complying with the product's license and terms of use.
Requirements
- An existing installation of Cppcheck.