MISRA Error due to Wraparound of unsigned arithmetic operator...
Read MoreMISRA C 2012 Rule 15.4 There should be no more than one break or goto statement used to terminate an...
Read Moreglobal macro 'INVALIDATION_ADDR' of type 'void' not referenced [MISRA 2012 Rule 2.5,...
Read MoreUnpermitted operand to operator '++' [MISRA 2012 Rule 10.1, required]...
Read MoreUnpermitted operand to operator '!' [MISRA 2012 Rule 10.1, required]...
Read MoreUnpermitted operand to operator '|' [MISRA 2012 Rule 10.1, required]...
Read Moredefined macro '__CCP_H__' is reserved to the compiler [MISRA 2012 Rule 21.1, required]...
Read MoreUse of modifier or type 'unsigned' outside of a typedef [MISRA 2012 Directive 4.6, advisory]...
Read MoreAvoiding exceptions in default parameters...
Read MoreTernary operator argument evaluation in C...
Read MoreConverting a pointer to X to an array of X...
Read MoreChange of flexible array into pointer...
Read MoreBitwise shift ( varUint8 >> 7) & 0x01u - Misra complient...
Read MoreStaticly assert that enum is a certain underlying type...
Read MoreConversion from int16 to unsigned int16 may overflow...
Read MoreMISRA C: 2004: typedefs that indicate size and signedness should be used in place of the basic types...
Read MoreHow to resolve MISRA C:2012 Rule 11.6?...
Read MoreHow to resolve MISRA C:2012 Rule:8.4?...
Read MoreHow to resolve MISRA C:2012 error regarding to memcpy function?...
Read MoreHow to resolve MISRA C:2012 Rule 13.2 and 13.3 for C code?...
Read MoreIs declaring a variable inside an if statement in c a bad habit?...
Read MorePolyspace alerts for not forward declaring main()...
Read MoreWhy must I have a copy constructor if there is a template constructor with a single parameter that i...
Read MorePolyspace Run-time check alert with C open() function...
Read MoreMISRA C:2004, error with bit shifting...
Read MoreIs it possible to disable MISRA checks of external libraries?...
Read MoreHow to implement the CRTP following MISRA C++...
Read MoreHow to use setters properly when the object to be accessed is encapsulated more than once?...
Read More