Search code examples
MISRA Error due to Wraparound of unsigned arithmetic operator...

c++cmisra

Read More
MISRA C 2012 Rule 15.4 There should be no more than one break or goto statement used to terminate an...

cmisra

Read More
global macro 'INVALIDATION_ADDR' of type 'void' not referenced [MISRA 2012 Rule 2.5,...

cmisrapc-lint

Read More
Both sides have side effects?...

clintside-effectsmisrapc-lint

Read More
Unpermitted operand to operator '++' [MISRA 2012 Rule 10.1, required]...

cenumsmisrapc-lint

Read More
Unpermitted operand to operator '!' [MISRA 2012 Rule 10.1, required]...

cmisra

Read More
Unpermitted operand to operator '|' [MISRA 2012 Rule 10.1, required]...

cmacrosmisra

Read More
defined macro '__CCP_H__' is reserved to the compiler [MISRA 2012 Rule 21.1, required]...

cmisra

Read More
Use of modifier or type 'unsigned' outside of a typedef [MISRA 2012 Directive 4.6, advisory]...

cmisrapc-lint

Read More
Avoiding exceptions in default parameters...

c++c++11misra

Read More
Ternary operator argument evaluation in C...

clogicbitwise-operatorsconditional-operatormisra

Read More
Converting a pointer to X to an array of X...

c++misraqa-c

Read More
Change of flexible array into pointer...

cmisraflexible-array-member

Read More
Bitwise shift ( varUint8 >> 7) & 0x01u - Misra complient...

cembeddedmisra

Read More
Staticly assert that enum is a certain underlying type...

cenumsc99static-assertmisra

Read More
Conversion from int16 to unsigned int16 may overflow...

type-conversionunsignedsignedmisra

Read More
MISRA C: 2004: typedefs that indicate size and signedness should be used in place of the basic types...

ctype-safetymisra

Read More
How to resolve MISRA C:2012 Rule 11.6?...

cembeddedmisra

Read More
How to resolve MISRA C:2012 Rule:8.4?...

cembeddedmisra

Read More
How to resolve MISRA C:2012 error regarding to memcpy function?...

cembeddedmisra

Read More
How to resolve MISRA C:2012 Rule 13.2 and 13.3 for C code?...

cembeddedmisra

Read More
Is declaring a variable inside an if statement in c a bad habit?...

cif-statementstackembeddedmisra

Read More
Polyspace alerts for not forward declaring main()...

cstatic-analysismisra

Read More
Why must I have a copy constructor if there is a template constructor with a single parameter that i...

c++templatescopy-constructormisra

Read More
Polyspace Run-time check alert with C open() function...

cruntime-errorstatic-analysismisrafcntl

Read More
MISRA C:2012 Rule 14.4...

cmisra

Read More
MISRA C:2004, error with bit shifting...

cunsignediarinteger-promotionmisra

Read More
Is it possible to disable MISRA checks of external libraries?...

cmisragreenhills

Read More
How to implement the CRTP following MISRA C++...

c++c++03crtpstatic-castmisra

Read More
How to use setters properly when the object to be accessed is encapsulated more than once?...

c++embeddedsettergettermisra

Read More
BackNext