mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +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.