openbsd-ports/devel/cppcheck/pkg/DESCR
jasper add4f7d9ef - update cppcheck to 1.45
- improve DESCR

from maintainer igor zinovik
ok steven@ sthen@
2010-11-03 07:27:26 +00:00

7 lines
408 B
Plaintext

Cppcheck is a command-line tool that tries to detect bugs that your
C/C++ compiler doesn't see. It is versatile, and can check non-standard
code including various compiler extensions, inline assembly code, etc.
Its internal preprocessor can handle includes, macros, and several
preprocessor commands. While Cppcheck is highly configurable, you can
start using it just by giving it a path to the source code.