Skip to content

Commit e66b1e4

Browse files
jketemaCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 362c48c commit e66b1e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/lib/change-notes/2026-05-27-deprecated-removal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ category: breaking
33
---
44
* Removed the deprecated `overrideReturnsNull` predicate from `Options.qll`. Use `CustomOptions.overrideReturnsNull` instead.
55
* Removed the deprecated `returnsNull` predicate from `Options.qll`. Use `CustomOptions.returnsNull` instead.
6-
* Removed the deprecated `exits` predicate from `Options.qll`. Use `CustomOptions.exist` instead.
6+
* Removed the deprecated `exits` predicate from `Options.qll`. Use `CustomOptions.exits` instead.
77
* Removed the deprecated `exprExits` predicate from `Options.qll`. Use `CustomOptions.exprExits` instead.
88
* Removed the deprecated `alwaysCheckReturnValue` predicate from `Options.qll`. Use `CustomOptions.alwaysCheckReturnValue` instead.
99
* Removed the deprecated `okToIgnoreReturnValue` predicate from `Options.qll`. Use `CustomOptions.okToIgnoreReturnValue` instead.

0 commit comments

Comments
 (0)