mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Merge pull request #16633 from hvitved/dataflow/inline-pred
Data flow: Inline `isUnreachableInCall1`
This commit is contained in:
@@ -348,7 +348,8 @@ module MakeImpl<LocationSig Location, InputSig<Location> Lang> {
|
||||
not stateBarrier(node2, state2)
|
||||
}
|
||||
|
||||
pragma[nomagic]
|
||||
bindingset[n, cc]
|
||||
pragma[inline_late]
|
||||
private predicate isUnreachableInCall1(NodeEx n, LocalCallContextSpecificCall cc) {
|
||||
cc.unreachable(n.asNode())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user