mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
In the `SignAnalysis` abstract interpretation, "unknown sign" corresponds to the set of _all_ `Sign`, but using `getDef` leads to the operand having _no_ `Sign`. To fix that, we assign all signs to inexact operands.