summaryrefslogtreecommitdiff
path: root/devel/cppcheck/DESCR
diff options
context:
space:
mode:
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.