mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
8 lines
375 B
Text
8 lines
375 B
Text
Cppcheck is a tool for static C/C++ code analysis. It tries to
|
|
detect bugs that your compiler does not see. It checks for: memory leaks,
|
|
mismatching allocations-deallocations, buffer overruns, and many more.
|
|
|
|
Cppcheck is versatile. You can check non-standard code that includes
|
|
various compiler extensions, inline assembly code, etc.
|
|
|
|
The goal is to have no false positives.
|