mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
This fixes the test `cpp/ql/test/library-tests/constexpr_if/cfg.ql`, which broke when the QL CFG was enabled. The new cases are just copy-pastes of the `IfStmt` cases (they don't share a useful common superclass) with added checks for whether their constant value equals 0.