aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2009-03-06 19:53:54 +0000
committerGabor Pali <pgj@FreeBSD.org>2009-03-06 19:53:54 +0000
commit12f0981a82f5fdce256a04b2dc660f78ba6fd5a9 (patch)
treed4f918c4d61257df607878e13f2fb1bba8fd8790 /devel/Makefile
parentfb5fa83548ba8ad289701e09cba7d927e319a1bc (diff)
downloadports-12f0981a82f5fdce256a04b2dc660f78ba6fd5a9.tar.gz
ports-12f0981a82f5fdce256a04b2dc660f78ba6fd5a9.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
Notes
Notes: svn path=/head/; revision=229589
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 69d0a3edf6b0..3f1447619365 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -188,6 +188,7 @@
SUBDIR += cook
SUBDIR += cpan-upload
SUBDIR += cppadvio
+ SUBDIR += cppcheck
SUBDIR += cppi
SUBDIR += cppunit
SUBDIR += cproto