Search code examples
Is there a printf specifier that requires float not double?...

c++cformat-specifierspromotionsmisra

Read More
Why does an anonymous enum fails MISRA C 2012 rule 10.3 and a named enum doesn't?...

cenumsmisraerror-checking

Read More
Why do I have to cast an enum element when assigning it to a same enum variable type in C?...

castingenumscompiler-errorsmisra

Read More
Why there shall be no more than one read access with volatile-qualified type within one sequence poi...

cvolatilemisra

Read More
How to fix MISRA warning: MISRA 18.4 (C90-2012 adv.)...

misra

Read More
Bitwise operation with (signed) enum value...

cenumsstatic-analysisiarmisra

Read More
Does size_t foo = 0; need a cast?...

ctype-conversionmisra

Read More
Passing buffers in C with MISRA compliance...

carrayspointersmisra

Read More
Where are Cortex-specific functions like __wfi() defined in Keil?...

ckeilfunction-prototypesmisra

Read More
MISRA C 2004 10.1, signedness of printf "%x"...

cprintftype-conversionformat-specifiersmisra

Read More
Is Form Feed character (FF) valid in MISRA C2 standard...

cmisra

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

ccharacter-encodingescapingembeddedmisra

Read More
How to include a variable-sized array as stuct member in C?...

carraysstaticmallocmisra

Read More
Conversion of integer to char array in C...

cembeddedtype-conversionmisra

Read More
functions shall not be declared at block scope...

c++misra

Read More
C/C++ conditional return statements...

c++cmisra

Read More
Why does MISRA-C:2004 throw an error here?...

cmisra

Read More
What is the difference between Integral Promotion and Balancing in C?...

cc99c89misra

Read More
What is the syntax in c to combine statements as a parameter...

cmisra

Read More
Does nested switch case comply to the MISRA C++ 2008 rules?...

c++misra

Read More
Why does redlib define INT8_MIN as (-0x80) and not as (-0x7F) or (-INT8_MAX - 1)...

cmisra

Read More
Make tolower as static...

cstaticinlinemisratolower

Read More
QA-C does not give a warning on multiple return statements in one project but does in the other?...

misraqa-c

Read More
How to make (1 << 9) pass MISRA?...

cbit-shiftc-preprocessormisra

Read More
MISRA-C++:2008[8-4-3] : return in all exit path in function...

c++returnthrowmisra

Read More
MISRA: Bitwise operation on signed integer...

cmisra

Read More
How to create a std::shared_ptr without violating MISRA C++ 2008 Advisory Rule 14-8-2?...

c++misra

Read More
How to insert items in std::map without violating MISRA C++ 2008 Required Rule 5-2-12?...

c++misra

Read More
MISRA04 casting a typedef struct pointer as int pointer...

cpointerscastingmsp430misra

Read More
Initializing char arrays and MISRA errors...

carraysarray-initializationmisra

Read More
BackNext