mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01: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.