mirror of
https://github.com/github/codeql.git
synced 2026-08-03 17:03:02 +02:00
10 lines
485 B
Markdown
10 lines
485 B
Markdown
## 7.0.0
|
|
|
|
### Breaking Changes
|
|
|
|
* The `BasicBlock` class is now defined using the shared basic blocks library. `BasicBlock.getRoot` has been replaced by `BasicBlock.getScope`. `BasicBlock.getAPredecessor` and `BasicBlock.getASuccessor` now take a `SuccessorType` argument. `ReachableJoinBlock.inDominanceFrontierOf` has been removed, so use `BasicBlock.inDominanceFrontier` instead, swapping the receiver and the argument.
|
|
|
|
### Major Analysis Improvements
|
|
|
|
* Go 1.26 is now supported.
|