


A study conducted in March 2009 identified several areas where false positives were found by Cppcheck, but did not specify the program version examined. Miscellaneous stylistic and performance errorsĪs with many analysis programs, there are many unusual cases of programming idioms that may be acceptable in particular target cases or outside of the programmer's scope for source code correction.Dead code elimination using unusedFunction option.Invalid usage of Standard Template Library functions and idioms.Exception safety checking, for example usage of memory allocation and destructor checks.Usage of deprecated or superseded functions according to Open Group.unused functions, variable initialization and memory duplication) Some of the checks that are supported include: The program is directed towards static analysis checks that are rigorous, rather than heuristic in nature. These checks are static analysis checks that can be performed at a source code level. The creator and lead developer is Daniel Marjamäki.Ĭppcheck is free software under the GNU General Public License.Ĭppcheck supports a wide variety of static checks that may not be covered by the compiler itself. It is a versatile tool that can check non-standard code.

English, Dutch, Finnish, Swedish, German, Russian, Japanese, Serbian, Spanish, French, Italian, Korean, ChineseĬppcheck is a static code analysis tool for the C and C++ programming languages.
