Files
codeql/cpp
Ian Lynagh 318e3950d6 C++: Improve compileTimeConstantInt
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.
2020-09-15 17:10:18 +01:00
..
2020-09-15 17:10:18 +01:00
2020-09-07 20:37:01 +01:00