set |
This is the cppcheck:std metapackage.
It pulls in all subpackages of cppcheck:std. |
tools |
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.
|
gui |
Cppcheck is a tool for static C/C++ code analysis. This package contains
the Graphic User Interface (GUI) for this tool.
|
lang |
This is the language subpackage of the cppcheck:std port. |
man |
This is the man page subpackage of the cppcheck:std port. |