Software update

Cppcheck Premium 22.12.3 released

Cppcheck Premium 22.12.3 released with reduced false positives in Misra C++ checks and new Cert C++ checkers addressing ambiguous declarations and side effects.

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

Similar posts