Software update

Cppcheck Premium 23.6.0 released

Cppcheck Premium 23.6.0 released with updates for MISRA C standards, improved code analysis, and enhanced bitwise operation checks. Stay updated with the latest features!

We are happy to announce the release of Cppcheck Premium 23.6.0 released!

The update includes checks for MISRA C 2012 Amendments #3 and #4, along with MISRA C 2023 standards. It enhances detection of unreachable code, unread variables, and issues with overflowing pointers obtained via address-of operations. Additionally, it improves the analysis of bitwise operations, particularly regarding suspicious operands.

Release notes:

  • Misra C 2012 Amendment #3 checks
  • Misra C 2012 Amendment #4 checks
  • Misra C 2023
  • Improved checking for unreachable code
  • Improved checking for unread variables (https://trac.cppcheck.net/ticket/9819)
  • Improved checking when overflowing pointer you get from address-of
  • Improved checking of bitwise operations (suspicious operands)

Similar posts