mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
667 B
667 B
5.2.0
Deprecated APIs
- The
ThrowingFunctionclass (semmle.code.cpp.models.interfaces.Throwing) has been deprecated. Please use theAlwaysSehThrowingFunctionclass instead.
New Features
- Added a predicate
getAnAttributetoNamespaceto retrieve a namespace attribute. - The Microsoft-specific
__leavestatement is now supported. - A new class
LeaveStmtextendingJumpStmtwas added to represent__leavestatements. - Added a predicate
hasParameterListtoLambdaExpressionto capture whether a lambda has an explicitly specified parameter list.
Bug Fixes
resolveTypedefsnow properly resolves typedefs forArrayTypes.