mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
C++: Add dataflow skeleton for barrier guards on indirect instruction/operand nodes.
This commit is contained in:
@@ -2494,6 +2494,12 @@ module InstructionBarrierGuard<instructionGuardChecksSig/3 instructionGuardCheck
|
|||||||
result = TSsaPhiInputNode(phi, input)
|
result = TSsaPhiInputNode(phi, input)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets an indirect node with indirection index `indirectionIndex` that is
|
||||||
|
* safely guarded by the given guard check.
|
||||||
|
*/
|
||||||
|
Node getAnIndirectBarrierNode(int indirectionIndex) { none() }
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user