Yahoo Scout
Yahoo Scout
Searching…
Yahoo Scout
MISRA Discussion Forums › Resources › MISRA resources MISRA C:2012 Amendment 1 Thread Rating: 1 2 3 4 5 ... Forum Jump: Users browsing this thread: 1 Guest (s)
Published in October 2023, this is the latest and current edition of MISRA C++. It is specifically targetting the 2017 language version (C++:17) as defined by ISO/IEC 14882:2017.
Oct 8, 2019 · Hello, In the MISRA-C:2012 essential type model, Rule 10.1 ("Operands shall not be of an innappropriate 'essential type'") allows to use essentially Boolean operands with the && and || logical operators,...
MISRA Discussion Forums › MISRA C › MISRA C:2012 and MISRA C:2023 guidelines › 8.10 The essential type model Rule 10.1: Essentially Boolean operands with & or | bitwise operators
Jan 5, 2017 · MISRA Discussion Forums > MISRA C > MISRA C:2012 and MISRA C:2023 guidelines > 8.11 Pointer type conversions > Rule 11.8: non-compatible pointees
Sep 6, 2018 · Improving compliance with MISRA C:2012 requires to convert the value into an object pointer first, which creates the risk of accidental dereferencing in the code, and only then into a pointer to void to ...
Feb 27, 2015 · This is the MISRA anonymous enumeration type. The C standard does not give a way of distinguishing between these uses and therefore the MISRA-C working group imposed a convention on the C syntax. The pr...
MISRA Discussion Forums › MISRA C › MISRA C:2012 and MISRA C:2023 guidelines › 8.8 Declarations and defnitions Rule 8.5: Declarations vs Redeclarations in MISRA C versus MISRA C++
MISRA Discussion Forums › MISRA C › Announcements MISRA C:2023 released Thread Rating: 1 2 3 4 5 ... View a Printable Version Forum Jump:
MISRA Discussion Forums › MISRA C › MISRA C:2012 and MISRA C:2023 guidelines › 8.8 Declarations and defnitions Rule 8.4: Prototype for function with internal linkage required?