MISRA 5-0-15 - Pointer Arithmetic - Rule Violation...
Read MoreDoes MISRA C:2012 rule 21.1 contradict with C11?...
Read MoreCan anybody provide a MISRA C++ compliant 'offsetof' macro/template/function that works with...
Read MoreSupress misra warning with function instead of macro...
Read MoreFunction-like macro, 'REPORT_ERROR', defined [MISRA 2012 Directive 4.9, advisory]...
Read MoreRule 2.3: A project shall not contains unused typedef declarations...
Read MoreHow to properly solve memset() function MISRA errors in C?...
Read MorePure virtual function overridding virtual function...
Read MoreMISRA Violation 12.5 when using && and || in if-statement...
Read MoreMISRA C2012:10.8 violation in the sample code...
Read MoreHow to write a memcpy function full MISRA:2012 compatible?...
Read MoreWhich form is better for return value of functions in embedded C?...
Read MoreMISRA warning when overriding bitwise operator...
Read MoreThe right hand operand of a logical operator || has persistent side effects because of calling funct...
Read MoreMISRA 13.5 question about non-compilant example...
Read MoreDifference in the style of giving comments between C and C++...
Read MoreCppcheck ignores -i and checks all files after clean build...
Read MoreDependency of MISRA-C coding rules checker to the compiler...
Read MoreMISRA 9.2 initializing float and unsigned arrays...
Read MoreLast value assigned to variable not used [MISRA 2012 Rule 2.2, required]...
Read More"Expression Used in the condition always yields the same result" warning in C...
Read MoreEnums and binary or operator (MISRA C++ 2008, 4-5-2)...
Read MoreHow to check the formal parameters at the entry of a function and ensure that the function has only ...
Read MoreMISRA C: Type casting and <<, & bit-wise operators error...
Read MoreCasting a NULL pointer function argument resulted in violation of Misra Rule 11.3...
Read MoreWhy do the MISRA rules prohibit the use of '#undef'?...
Read MoreRedefining unsigned Char Boolean_type to True and false struct...
Read More