We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd3fc6 commit 9c2ce6aCopy full SHA for 9c2ce6a
1 file changed
python/ql/lib/change-notes/2026-02-08-guards-compared-to-boolean-literals.md
@@ -0,0 +1,4 @@
1
+---
2
+category: minorAnalysis
3
4
+* When a guard such as `isSafe(x)` is defined, we now also automatically handle `isSafe(x) == true` and `isSafe(x) != false`.
0 commit comments