mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
It is possible for the frontend to make
(bool)e
where e has a constant value 0, but the (implicit) cast has no constant
value. This was causing us to not understand assume(0) correctly.
Now compileTimeConstantInt will handle casts itself if necessary.