Search code examples
Static function template and MISRA C++...

c++templatesstaticc++03misra

Read More
What is the __builtin_expect() prototype?...

cpowerpcmisra

Read More
Initialize an array's pointed address on creation in C...

carrayspointersinitializationmisra

Read More
MISRA violation "441 - Float cast to non-float "...

cmisra

Read More
In MISRA C++ 2008, anyone knows the specialized notion Cvalue expression occured in the rule 5-0-3?...

c++misra

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

cfixed-widthmisrauint32-t

Read More
Why does MISRA C state that a copy of pointers can cause a memory exception?...

cpointersmemory-managementmisra

Read More
Misra warning for include guard...

c++misra

Read More
How to use std::transform without violating MISRA C++ 2008 Advisory Rule 5-2-10?...

c++misra

Read More
Does MISRA C 2012 say not to use bool...

clanguage-lawyerc99misrapc-lint

Read More
Popular use of Dynamic memory allocation...

cmemorycoding-styleembeddedmisra

Read More
Return types of operator == in C...

ctypesmisra

Read More
MISRA:Cast between a pointer to volatile object and an integral type?...

ccastingmisra

Read More
MISRA rule 13.6 explanation needed...

clintmisra

Read More
Wraparound in unsigned arithmetic operation...

cmisra

Read More
Rationale for comment rules in MISRA...

coding-stylemisra

Read More
State Machine with no function pointer...

cembeddedstate-machinemisrasafety-critical

Read More
Is avoiding prototype declaration for private function (defined before its use) a MISRA violation?...

ccoding-stylefunction-prototypesfunction-declarationmisra

Read More
What is the most suitable alternative for Linked List?...

clinked-listembeddedmisraautosar

Read More
What would be an alternate way to properly discard a volatile variable content in C?...

ccastingvolatilemisra

Read More
Misra violation with bitwise operator...

cmisra

Read More
Define an array with #define command not complying with misra rules...

c++arraysc-preprocessormisra

Read More
MISRA 2004 Required Rule 10.1, Prohibited Implicit Conversion: Non-constant argument to function...

cmisra

Read More
Misra rule 19.7 : function like macro...

cmisra

Read More
MISRA error 10.1 Implicit conversion of complex integer...

clintmisrapc-lint

Read More
What is a faithful alternative to a linked list in C?...

carraysstaticmisra

Read More
Misra C Rule 12.2 - false positive warning?...

cmisra

Read More
Misra C rule 10.1 - false positive warning?...

cmisra

Read More
MISRA-C warning during initialization enum type...

cenumsmisra

Read More
Issues covered by rule 3.1 of misra c 2004 "Implementation-defined behavior documented"...

cisomisra

Read More
BackNext