mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
5 lines
232 B
Plaintext
5 lines
232 B
Plaintext
cppcheck is a tool for static C/C++ code analysis intended to
|
|
complement the checking of the compiler. It checks for memory
|
|
leaks, mismatching allocation-deallocation, buffer overrun, unused
|
|
functions, coding style, and much more.
|