DIR-4-9
-FunctionOverFunctionLikeMacro.ql
:- Macros with
_Generic
now no longer reported.
- Macros with
RULE-1-4
-EmergentLanguageFeaturesUsed.ql
:- Ban on usage of
_Generics
removed.
- Ban on usage of
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
#include
ing "fenv.h", and for usingfesetenv
,feupdatenv
, andfesetround
. - Report message altered to handle new cases.
- Added reports for