mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
6 lines
256 B
Markdown
6 lines
256 B
Markdown
## 5.0.0
|
|
|
|
### Breaking Changes
|
|
|
|
- The classes `ControlFlowNode`, `Expr`, and `Module` no longer expose predicates that invoke the points-to analysis. To access these predicates, import the module `LegacyPointsTo` and follow the instructions given therein.
|