mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
17 lines
775 B
Markdown
17 lines
775 B
Markdown
## 5.0.0
|
|
|
|
### Breaking Changes
|
|
|
|
* Deleted the deprecated `parseContent` predicate from the `ExternalFlow.qll`.
|
|
* Deleted the deprecated `hasLocationInfo` predicate from the `DataFlowPublic.qll`.
|
|
* Deleted the deprecated `SummaryComponent` class from the `FlowSummary.qll`.
|
|
* Deleted the deprecated `SummaryComponentStack` class from the `FlowSummary.qll`.
|
|
* Deleted the deprecated `SummaryComponent` module from the `FlowSummary.qll`.
|
|
* Deleted the deprecated `SummaryComponentStack` module from the `FlowSummary.qll`.
|
|
* Deleted the deprecated `RequiredSummaryComponentStack` class from the `FlowSummary.qll`.
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Updated to allow analysis of Swift 6.1.1.
|
|
* `TypeValueExpr` experimental AST leaf is now implemented in the control flow library
|