Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in misra

Why MISRA-C disallow implicitly widening a type in some circumstances?

c type-conversion misra

MISRA C++ 2008 Rule 5-2-7 violation: An object with pointer type shall not be converted to an unrelated pointer type, either directly or indirectly

Bypass the warning: "Control variable is not modified inside the loop"

c while-loop misra

Document MISRA/QA-C message suppression with Doxygen

c embedded doxygen misra

How to encode East-European (Polish) signs using simple escape sequences?

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

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"?