Cppcheck News

Cppcheck Premium 22.10.0 released

Written by Daniel Marjamäki | Nov 21, 2022 6:30:00 PM

We are happy to announce the release of Cppcheck Premium 22.10.0!

The update enhances bug detection capabilities for uninitialized variables and infinite loops, introduces new Cert C++ checkers (covering a wide range of coding issues), fixes several crashes, and reduces memory usage for improved performance.

Release notes:

  • Detect more uninitialize variable usage bugs
  • Detect more infinite loops
  • Additional Cert C++ checkers (ERR62, EXP51, EXP58, EXP59, FIO51, INT50, MEM52, MEM53, MEM54, MEM55, MSC50, MSC51, MSC53, MSC54, OOP51, OOP55, OOP56, OOP57, STR50
  • Fixed several crashes
  • Reduced memory usage