Search code examples
Cppcheck GUI : How to enable Cppcheck MISRA addons via the GUI?...


misracppcheck

Read More
MISRA Rule 10.4 Violation...


cmisra

Read More
integer promotion isn't taken into account...


cshiftc89misrainteger-promotion

Read More
What is the benefit of terminating if … else if constructs with an else clause?...


cmisrasafety-critical

Read More
Can I use MISRA-2023 with C++14?...


c++c++14misra

Read More
How to remove MISRA C errors/warnings on bitwise operations in firmware?...


cmisra

Read More
Is it safe to pass a uint32_t to a function which defines the input type as uint64_t?...


cmisra

Read More
Sizeof compound literal array producing side effects?...


cmisra

Read More
PC-lint suppress error within `/* ... */` block comment...


cmisrapc-lint

Read More
How to fix MISRA issue 14.3...


cmisra

Read More
Is evaluating C expression in the function argument violating MISRA C guideline?...


ccompiler-optimizationmisra

Read More
Undefined behavior with pointer casts in C99 and MISRA C:2012...


cpointersundefined-behaviorc99misra

Read More
Design of a method and data structures to process various data types...


csoftware-designmisra

Read More
What's the difference between "dead code" and "unreachable code"?...


standardsstandards-compliancemisra

Read More
MISRA C:2012 11.3 violation casting (float *) to (uint32_t *)...


cpointersmisrapointer-conversion

Read More
Unpermitted operand to operator '>>' and '&' (MISRA C)...


cembeddedmisra

Read More
Compatible declaration for __attribute__ ((section(".abc.dfe"))) const volatile uint8 attr...


c++cembeddedmisra

Read More
Efficient solutions for vector type definitions and data protection in C...


cpointersmisra

Read More
C++ memory management and Misra...


c++memory-managementnew-operatormisrastatic-memory-allocation

Read More
This assignment is redundant. The value of this object is never used before being modified | MISRA_2...


cmisraqa-c

Read More
Why "continue" is considered as a C violation in MISRA C:2004?...


ccontinuemisra

Read More
MISRA C:2012 Rule 11.3 A cast shall not be performed between a pointer to object type and a pointer ...


cmisrapointer-conversion

Read More
Confirmation for inappropriate choice of macro definition name in C...


cmisracppcheck

Read More
MISRA C mapping to Klocwork violations...


cmisra

Read More
friend inline functions violates MISRA C 2012 Rule 8.10...


c++misra

Read More
How to solve " Controlling expression is not an 'essentially Boolean' expression "...


cenumsstatic-analysisboolean-expressionmisra

Read More
string as global constant MISRA C++ Rule 3.7.2...


c++c++20misra

Read More
Is There a Java Equivalent to MISRA C?...


javamisra

Read More
MISRA C 2012 Rule 11.4 violation...


cembeddedkeilmisrapc-lint

Read More
How to read uint8_t array and convert into char array in C++ and also match MISRA rule?...


c++arraysmisra

Read More
BackNext