mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
785 B
785 B
0.0.10
New Features
- Added a
isStructuredBindingpredicate to theVariableclass which holds when the variable is declared as part of a structured binding declaration.
0.0.9
0.0.8
Deprecated APIs
- The
codeql/cpp-upgradesCodeQL pack has been removed. All upgrades scripts have been merged into thecodeql/cpp-allCodeQL pack.
Minor Analysis Improvements
FormatLiteral::getMaxConvertedLengthnow uses range analysis to provide a more accurate length for integers formatted with%x
0.0.7
0.0.6
0.0.5
0.0.4
New Features
- The QL library
semmle.code.cpp.commons.Exclusionsnow contains a predicateisFromSystemMacroDefinitionfor identifying code that originates from a macro outside the project being analyzed.