Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions csharp/ql/lib/change-notes/2025-02-11-basic-block-rename.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: deprecated
---
* The predicates `immediatelyControls` and `controls` on the `ConditionBlock`
class has been deprecated in favor of the newly added `dominatingEdge`
predicate.
6 changes: 6 additions & 0 deletions ruby/ql/lib/change-notes/2025-02-11-basic-block-rename.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: deprecated
---
* The predicates `immediatelyControls` and `controls` on the `ConditionBlock`
class has been deprecated in favor of the newly added `dominatingEdge`
predicate.
6 changes: 6 additions & 0 deletions swift/ql/lib/change-notes/2025-02-11-basic-block-rename.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: deprecated
---
* The predicates `immediatelyControls` and `controls` on the `ConditionBlock`
class has been deprecated in favor of the newly added `dominatingEdge`
predicate.
Loading