mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C#/Ruby/Swift: Add change note for deprecated basic block methods
This commit is contained in:
@@ -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.
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user