Search code examples
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
__asm and PCLint 9.0L Error 14: Symbol 'TS_IntDisableAsm(void)' previously defined...


cassemblymisrapc-lintwind-river-workbench

Read More
string concatenation, log4cplus, and MISRA compliance...


c++misralog4cplus

Read More
Misra Violation 10.1 regarding statement operations (MISRA C 2012)...


cmisra

Read More
Could define variable 'EL_adv' at block scope [MISRA 2012 Rule 8.9, advisory] | pclint 9003 ...


cmisrapc-lint

Read More
conversion between a pointer to function and another type [MISRA 2012 Rule 11.1, required] | pclint ...


cmisrapc-lint

Read More
MISRA C++ 2008 Rule 5-2-3 Advisory: Casts from a base class to a derived class should not be perform...


c++castingpolymorphismmisra

Read More
Dependence placed on C/C++ operator precedence; operators '&&' and '==' [MIS...


cmisrapc-lint

Read More
Warning: "An expression which is the result of a ~ or << operation has not been cast to i...


cbit-manipulationmisra

Read More
C struct information hiding (Opaque pointer)...


cstructmisrainformation-hidingopaque-pointers

Read More
How to assign bitfield variable to uint8_t variable without violating MISRA rules?...


cbit-fieldsmisrauint8t

Read More
BackNext