summaryrefslogtreecommitdiff
path: root/devel/cppcheck/DESCR
diff options
context:
space:
mode:
authorreed <reed>2010-02-02 16:35:46 +0000
committerreed <reed>2010-02-02 16:35:46 +0000
commitffc04ac402065ecf6c5da4bab969fd0d3689c83c (patch)
treedef59afc82c9b7c2b6b3c766fe716d8daa333e0e /devel/cppcheck/DESCR
parent4775b496e3e5bfa40a3f9070d44850f7d8baba64 (diff)
downloadpkgsrc-ffc04ac402065ecf6c5da4bab969fd0d3689c83c.tar.gz
new package: cppcheck
cppcheck is a tool for static C/C++ code analysis intended to complement the checking of the compiler. It checks for memory leaks, mismatching allocation-deallocation, buffer overrun, unused functions, coding style, and much more.
Diffstat (limited to 'devel/cppcheck/DESCR')
-rw-r--r--devel/cppcheck/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/cppcheck/DESCR b/devel/cppcheck/DESCR
new file mode 100644
index 00000000000..10918f56f91
--- /dev/null
+++ b/devel/cppcheck/DESCR
@@ -0,0 +1,4 @@
+cppcheck is a tool for static C/C++ code analysis intended to
+complement the checking of the compiler. It checks for memory
+leaks, mismatching allocation-deallocation, buffer overrun, unused
+functions, coding style, and much more.