Search code examples
MISRA 5-0-15 - Pointer Arithmetic - Rule Violation...


c++misra

Read More
Does MISRA C:2012 rule 21.1 contradict with C11?...


cmisra

Read More
How to Fix MISRA C++ Rule 0-1-4...


c++for-loopmisra

Read More
Can anybody provide a MISRA C++ compliant 'offsetof' macro/template/function that works with...


c++c++11misra

Read More
Supress misra warning with function instead of macro...


c++misrasuppression

Read More
Function-like macro, 'REPORT_ERROR', defined [MISRA 2012 Directive 4.9, advisory]...


clintmisra

Read More
Rule 2.3: A project shall not contains unused typedef declarations...


cmisraautosar

Read More
How to properly solve memset() function MISRA errors in C?...


cstructurevoid-pointersmemsetmisra

Read More
Pure virtual function overridding virtual function...


c++inheritancepolymorphismc++98misra

Read More
MISRA Violation 12.5 when using && and || in if-statement...


cif-statementboolean-logicmisra

Read More
MISRA C2012:10.8 violation in the sample code...


cmisra

Read More
How to write a memcpy function full MISRA:2012 compatible?...


cvoid-pointersmisraqualifiers

Read More
Which form is better for return value of functions in embedded C?...


cembeddedmisra

Read More
MISRA warning when overriding bitwise operator...


c++templatesoperator-overloadingmisra

Read More
The right hand operand of a logical operator || has persistent side effects because of calling funct...


cmisra

Read More
MISRA 13.5 question about non-compilant example...


cmisra

Read More
For loop should be well-formed...


cloopsfor-loopwhile-loopmisra

Read More
Difference in the style of giving comments between C and C++...


c++cmisra

Read More
Cppcheck ignores -i and checks all files after clean build...


c++cvisual-studio-codecppcheckmisra

Read More
Dependency of MISRA-C coding rules checker to the compiler...


cmisra

Read More
MISRA 9.2 initializing float and unsigned arrays...


carraysstatic-initializationmisra

Read More
Last value assigned to variable not used [MISRA 2012 Rule 2.2, required]...


cmacrosmisra

Read More
"Expression Used in the condition always yields the same result" warning in C...


cif-statementexpressionboolean-logicmisra

Read More
Enums and binary or operator (MISRA C++ 2008, 4-5-2)...


c++enumsmisra

Read More
How to check the formal parameters at the entry of a function and ensure that the function has only ...


cmisra

Read More
MISRA C: Type casting and <<, & bit-wise operators error...


cembeddedbit-manipulationbitwise-operatorsmisra

Read More
Casting a NULL pointer function argument resulted in violation of Misra Rule 11.3...


cmisra

Read More
Why do the MISRA rules prohibit the use of '#undef'?...


cmisra

Read More
Safe coding practices...


c++cembeddedmisraautosar

Read More
Redefining unsigned Char Boolean_type to True and false struct...


cmisraautosar

Read More
BackNext