Search code examples
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
Can I use MISRA-2023 with C++14?...


c++c++14misra

Read More
Cppcheck GUI : How to enable Cppcheck MISRA addons via the GUI?...


misracppcheck

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
MISRA C 2012 Rule 15.4 and replacing goto's with break's...


cmisra

Read More
Why does SonarQube raise a MISRA-C critical remark <<Function names should be used either as a...


carmsonarqubecortex-mmisra

Read More
Are memory pools MISRA C Dir 4.12 compliant?...


cmemorydynamicmisra

Read More
use of '#undef' is discouraged: 'ssCmd' [MISRA 2012 Rule 20.5, advisory]...


cmisrapc-lint

Read More
How do I create a module in MISRAC:2012 that follows Dir 4.12 and 4.8?...


cincomplete-typemisraopaque-pointers

Read More
Why does MISRA C++ allow modifying parameters when MISRA C doesn't?...


c++misra

Read More
How to properly do negative value cast to an unsigned type in C?...


ctype-conversionunsignedmisra

Read More
BackNext