mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
This also restrict what we consider "non-trivial" range analysis, as we now require both ends to be non-trivially bounded for signed integers. This avoids false positives stemming from a non trivial upper bound but no meaningful lower bound, for example.