aboutsummaryrefslogtreecommitdiff
path: root/devel/cppcheck/pkg-descr
blob: ee2175194cf1cd6b9491ed8ee20fb1b363f762e6 (plain) (blame)
1
2
3
4
5
6
7
8
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.