Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 575 Bytes

2025-03-11-various-misra-amendments.md

File metadata and controls

9 lines (9 loc) · 575 Bytes
  • DIR-4-9 - FunctionOverFunctionLikeMacro.ql:
    • Macros with _Generic now no longer reported.
  • RULE-1-4 - EmergentLanguageFeaturesUsed.ql:
    • Ban on usage of _Generics removed.
  • RULE-18-6 - ThreadLocalObjectAddressCopiedToGlobalObject.ql:
    • New query added to detect thread local objects assigned to static storage duration objects.
  • RULE-21-12 - ExceptionHandlingFeaturesOfFenvhUsed.ql:
    • Added reports for #includeing "fenv.h", and for using fesetenv, feupdatenv, and fesetround.
    • Report message altered to handle new cases.