forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
412 B
Text
10 lines
412 B
Text
Cppcheck is a tool for static C/C++ code analysis, and it tries to
|
|
detect bugs that your compiler do not see. Checks for: memory leaks,
|
|
mismatching allocation-deallocation, buffer overrun, and many more.
|
|
|
|
Cppcheck is versatile. You can check non-standard code that includes
|
|
various compiler extensions, inline assembly code, etc.
|
|
|
|
The goal is no false positives.
|
|
|
|
WWW: http://sourceforge.net/projects/cppcheck
|