mirror of
https://github.com/github/codeql.git
synced 2026-04-22 15:25:18 +02:00
485 B
485 B
7.0.0
Breaking Changes
- The
BasicBlockclass is now defined using the shared basic blocks library.BasicBlock.getRoothas been replaced byBasicBlock.getScope.BasicBlock.getAPredecessorandBasicBlock.getASuccessornow take aSuccessorTypeargument.ReachableJoinBlock.inDominanceFrontierOfhas been removed, so useBasicBlock.inDominanceFrontierinstead, swapping the receiver and the argument.
Major Analysis Improvements
- Go 1.26 is now supported.