mirror of
https://github.com/github/codeql.git
synced 2026-04-20 14:34:04 +02:00
Add pragma[nomagic] to top-level succ0 and remove cached
This commit is contained in:
@@ -2111,7 +2111,7 @@ module CFG {
|
||||
* Gets a successor of `nd`, that is, a node that is executed after `nd`,
|
||||
* ignoring the execution of any deferred functions when a function ends.
|
||||
*/
|
||||
cached
|
||||
pragma[nomagic]
|
||||
private ControlFlow::Node succ0(ControlFlow::Node nd) {
|
||||
any(ControlFlowTree tree).succ0(nd, result)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user