Files
codeql/python/ql/lib/change-notes/2026-02-08-guards-compared-to-boolean-literals.md
2026-02-24 10:00:22 +01:00

158 B

category
category
minorAnalysis
  • When a guard such as isSafe(x) is defined, we now also automatically handle isSafe(x) == true and isSafe(x) != false.