diff options
author | pgj <pgj@FreeBSD.org> | 2009-03-07 03:53:54 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2009-03-07 03:53:54 +0800 |
commit | c642d375ec875518186ae07a2f0b5e5c4f4258e7 (patch) | |
tree | bfc846211a6318a87bfc247fc55cfd12c05f47cd /devel/cppcheck/distinfo | |
parent | 81c89349257794408a5600bda583498ce123922e (diff) | |
download | freebsd-ports-gnome-c642d375ec875518186ae07a2f0b5e5c4f4258e7.tar.gz freebsd-ports-gnome-c642d375ec875518186ae07a2f0b5e5c4f4258e7.tar.zst freebsd-ports-gnome-c642d375ec875518186ae07a2f0b5e5c4f4258e7.zip |
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://sourceforge.net/projects/cppcheck
Approved by: tabthorpe
Diffstat (limited to 'devel/cppcheck/distinfo')
-rw-r--r-- | devel/cppcheck/distinfo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/cppcheck/distinfo b/devel/cppcheck/distinfo new file mode 100644 index 000000000000..02cd7257abd4 --- /dev/null +++ b/devel/cppcheck/distinfo @@ -0,0 +1,3 @@ +MD5 (cppcheck-1.29.tar.gz) = 8566c66e2ae37bbcfc2c4eb4b4d799fc +SHA256 (cppcheck-1.29.tar.gz) = 99924ffb2e77d50ff21f68549312b63a26d5183b7cb93a0cd4ec1a0f0ae9d302 +SIZE (cppcheck-1.29.tar.gz) = 126310 |