User Tools

Site Tools

blog:2023-10-02_cppcheck_for_misra_c



2023-10-02 CppCheck for Misra C

  • Cppcheck is a static analysis tool for C/C++ code.
  • It provides unique code analysis to detect bugs and focuses on detecting undefined behavior and dangerous coding constructs.
  • The goal is to have very few false positives.
  • Cppcheck is designed to be able to analyze your C/C++ code even if it has non-standard syntax

TAGS

  • 33 person(s) visited this page until now.

Permalink blog/2023-10-02_cppcheck_for_misra_c.txt · Last modified: 2023/10/02 09:01 by jethro

oeffentlich