Cppcheck

Software Screenshot:
Cppcheck
Software Details:
Version: 1.63.1
Upload Date: 17 Feb 15
Developer: Daniel Marjamaki
Distribution Type: Freeware
Downloads: 720

Rating: 5.0/5 (Total Votes: 1)

Cppcheck is an open source analysis software for C and C++ code.

Unlike other C/C++ compilers, Cppcheck does not detect syntax errors. Instead, it only detects the types of bugs that the compilers normally fail to detect.

The developers recommend that you enable as many warnings as possible in your compiler.

What is new in this release:

  • This version fixes a bug in compiled patterns.

What is new in version 1.57:

  • Support for Java and C# code has been removed.
  • A new option --language= for treating code as a specific language.
  • Support for GCC binary number syntax (0b...).
  • Simplification of well-known math.h functions.
  • The check for a variable being assigned a value and never used also handles reassignments.
  • Fixes for several false negatives in the buffer overrun check.
  • Detection of more inadequate comparisons of Boolean variables.
  • Better detection of mismatching and assignments and comparisons with bitwise operations.
  • A check for variables being reassigned a value before the old one has been used.
  • Detection of freeing invalid addresses.

Comments to Cppcheck

Comments not found
Add Comment
Turn on images!