Search code examples
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
MISRA-C rule 10.5...

c++clinuxmisra

Read More
Does MISRA check if array index out of bounds?...

cmisra

Read More
MISRA Violation Rule 10.1 and Enums...

cenumsmisra

Read More
MISRA C-2012 Rule 10.3 violation due to adding of two 8 bit variables which resulted in 32 bit...

cmisra

Read More
MISRA2004-12_8-3 rule has static analysis violation for RHS operand (32u - n) even with limits check...

cmisraparasoft

Read More
How to cast unsigned integer to enum using CMSIS API...

cmisracmsis

Read More
MISRA: Compound Assignment operators...

cmisracompound-assignment

Read More
Best practice for compute the function return value...

creturnmisra

Read More
MISRA 5-2-1 rule requires postfix-expressions?...

c++misra

Read More
MISRA 2008: Cannot understand 5-0-13 rule...

c++misra

Read More
Read volatile variable has persistent effect? Misra C...

cvolatilemisra

Read More
C-languge: Creating a generic function out of two similiar functions which have different return val...

cfunctionembeddedgeneric-programmingmisra

Read More
Is it possible to suppress MISRA warning in QA-C...

embeddedmisraqa-c

Read More
c++: Need correct syntax to avoid MISRA 14-6-1 warning. Class template with dependent base class...

c++templatesinheritanceconstructormisra

Read More
MISRA C 11.9 The macro NULL shall be the only permitted form of integer null pointer constant...

cmisra

Read More
MISRA Violation 12.9 Operand of unary minus is unsigned...

cintegerimplicit-conversionmisra

Read More
Rule 2.3 MISRA A project should not contain unused type declarations...

cmisra

Read More
Implementation-defined behavior in C...

cmisraimplementation-defined-behavior

Read More
Rule 14.2 A for loop shall be well-formed for MISRA C 2012...

cfor-loopmisra

Read More
What is the wrong in the following c code ? MISRA quality warning message...

cmisraqa-c

Read More
Missing declaration for object definition (Rule MisraC2012-8.4)...

cmisra

Read More
Is there a way to make an enum unsigned in the C90 standard? (MISRA-C 2004 compliant)...

cenumsstandardsmisra

Read More
BackNext