mirror of
https://github.com/github/codeql.git
synced 2026-06-28 08:07:04 +02:00
C#: Deprecate ControlFlowElement.getAControlFlowNode and remove some splitting quantification.
This commit is contained in:
@@ -30,7 +30,7 @@ predicate invokesToString(Expr e, ValueOrRefType t) {
|
||||
|
||||
pragma[nomagic]
|
||||
private predicate parameterReadPostDominatesEntry(ParameterRead pr) {
|
||||
pr.getAControlFlowNode().postDominates(pr.getEnclosingCallable().getEntryPoint())
|
||||
pr.getControlFlowNode().postDominates(pr.getEnclosingCallable().getEntryPoint())
|
||||
}
|
||||
|
||||
pragma[nomagic]
|
||||
|
||||
Reference in New Issue
Block a user