cppcheck

v 2.14.2 Updated: 3 weeks, 5 days ago

Static analysis of C and C++ code.

Cppcheck is an analysis tool for C and C++ code. Unlike compilers and many other analysis tools, we do not detect syntax errors. Cppcheck only detects the types of bugs that the compilers normally fail to detect. The goal is no false positives.

https://github.com/danmar/cppcheck

To install cppcheck, paste this in macOS terminal after installing MacPorts

sudo port install cppcheck

Add to my watchlist

Installations 25
Requested Installations 21