mirror of
https://github.com/github/codeql.git
synced 2026-07-19 18:28:13 +02:00
The CFG construction code previously contained half of an approximation of which address expressions are constant. Now this this property is properly modelled by `Expr.isConstant`, we can remove this code. This fixes most discrepancies between the QL-based CFG and the extractor-based CFG on Wireshark.