pkgsrc/devel/cppcheck/DESCR
reed a7dfbe1c4b new package: cppcheck
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.
2010-02-02 16:35:46 +00:00

4 lines
232 B
Text

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.