Commit Graph
2 Commits
Author SHA1 Message Date
oittaa bd3c738bf0 G115: Enhance RangeAnalyzer with constant propagation and chained arithmetic support (#1470)
* G115: Enhance RangeAnalyzer with constant propagation and chained arithmetic support

* Fix G115 overflow detection for negated values and robustify RangeAnalyzer propagation
2026-01-19 17:56:26 +01:00
oittaa 7284e15230 Refactor Analyzers: Unify Range Logic & Optimize Allocations (#1464)
* refactor

* optimizations

* Refactor analyzers: unify range logic and optimize allocations- Centralize numeric range analysis in util.go (shared by G115/G602).- Implement object pooling for slice_bounds and hardcoded_nonce.- Update conversion_overflow tests to use real analyzer logic.

* Refactor RangeAnalyzer
2026-01-14 10:52:35 +01:00