We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7351e82 commit 7df44f9Copy full SHA for 7df44f9
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