ports/devel/cppcheck/pkg-descr
Yuri Victorovich c6d79c46f5 devel/cppcheck: Improve COMMENT; Fix grammar in pkg-descr
PR:		266300
Approved by:	amdmi3@ (maintainer)
2022-09-09 00:42:51 -07:00

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.