Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in misra

How are integer types converted implicitly?

c misra

Misra violation 12.6

Should a function prototype always be in its header file?

c header prototype extern misra

Expression assigned to a wider essential type

c lint misra

rationale behind Misra 2012 not allowing cast between different pointers

c misra

c++ Digraphs should not be used (MISRA C++ 2-5-1)

c++ misra digraphs

Does size_t foo = 0; need a cast?

c type-conversion misra

MISRA 2012 violation - Type mismatch (Rules 10.1, 10.4)

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

c++ embedded setter getter misra

Why did my tool throw a MISRA error here?

c misra

MISRA equivalent for medical industry? [closed]

c medical misra

MISRA-C coding guidelines for personal use programs?

c embedded misra

thoughts on unions in C, with regards to MISRA

c misra

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

c enums standards misra

How to make (1 << 9) pass MISRA? [duplicate]

MISRA 10.3 issue about AUTOSAR booleans

c misra autosar

MISRA-C error in struct array initialization

Is Misra-C compatible with X-macros?

c misra x-macros

When should I use UINT32_C(), INT32_C(),... macros in C?

c fixed-width misra uint32-t

What's the difference between "dead code" and "unreachable code"?