category: Utils requires: cygwin libgcc1 libpcre1 libstdc++6 libtinyxml2_6 sdesc: "A tool for static C/C++ code analysis" ldesc: "Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is to detect only real errors in the code (i.e. have zero false positives)."