v2.23.0
Pre-release
Pre-release
Release summary
- No new queries were added for this release
- The following changes have been made for this release:
A0-1-3
- Considered the following additional use cases while reporting a local function as "unused".- The address of a function is taken
- The operand of an expression in an unevaluated context
- Functions marked with [[maybe_unused]]
- Explicitly deleted functions e.g. =delete
- Use of any overload of a function in an overload set constitute a use of all members of the set. An overload set is a set of functions with the same name that differ in the number, type and/or qualifiers of their parameters, and, for the purpose of this query, are limited to functions which are declared in the same scope (namespace or class).
Supported versions
- The LGTM pack is not supported on any released version of LGTM without support from GitHub Professional Services.
- The Code Scanning pack is supported when:
- Using the CodeQL CLI version
2.13.5
in conjunction with a copy of the CodeQL standard library for C++ (github/codeql
) set to the tagcodeql-cli/v2.13.5
. - Using the CodeQL Action or CodeQL runner with the codeql-bundle-v2.13.5.
- Using the CodeQL CLI version