Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Why there shall be no more than one read access with volatile-qualified type within one sequence point?

c volatile misra

Why do the MISRA rules prohibit the use of '#undef'?

c misra

Is there a printf specifier that requires float not double?

Is MISRA-C applicable to Linux applications

Rationale for comment rules in MISRA

coding-style misra

Does MISRA C 2012 say not to use bool

Is There a Java Equivalent to MISRA C?

java misra