Release v2.9.10 (TreeSitter eol improvements, DFG precision improvements for loops, CFG breaks, AbsInt performance)
What's Changed
- fix: tree-sitter normalization at eol with comments by @EagleoutIce in #2328
- Improve loop reference precision by loop-iter defer by @EagleoutIce in #2330
- feat(cfg): only link return break etc. with enclosing-mate by @EagleoutIce in #2331
- [DF-Shape] Improve performance of absint visitor and fix state abstract domain by @OliverGerstl in #2332
- Bump markdown-it from 14.1.0 to 14.1.1 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #2334
- [DFG] reads edge for reassigned variables in loops is still over approximated by @EagleoutIce in #2335
Full Changelog: v2.9.9...v2.9.10