aboutsummaryrefslogblamecommitdiff
path: root/devel/cppcheck/pkg-descr
blob: 006092c503fc168c88889d369fa8c5aacbf0f4de (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                     
                                     
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://cppcheck.sourceforge.net/