Tool for static C/C++ code analysis
Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is to detect only real errors in the code (i.e. have zero false positives).
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 2.16.0-2.fc42 | - |
Fedora 41 | 2.15.0-1.fc41 | - |
Fedora 40 | 2.16.0-1.fc40 | - |
Fedora EPEL 9 | 2.9-1.el9 | - |
You can contact the maintainers of this package via email at
cppcheck dash maintainers at fedoraproject dot org
.