Cppcheck News

Cppcheck Premium 22.12.3 released

Written by Daniel Marjamäki | Dec 19, 2022 6:43:00 PM

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

The update reduces false positives in Misra C++ checks and introduces new Cert C++ checkers to address ambiguous declarations, prevent library function overflows, and ensure no dependency on the evaluation order for side effects.

Release notes:

  • Fixed noise in the Misra C++ checking
  • New Cert C++ checkers:
    • DCL53: Do not write syntactically ambiguous declarations
    • CTR52: Guarantee that library functions do not overflow
    • EXP50: Do not depend on the order of evaluation for side effects