mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C++: Fix comments to reference Call instead of Invoke
This commit is contained in:
@@ -202,7 +202,7 @@ UnmodeledUseOperand unmodeledUseOperand() {
|
||||
}
|
||||
|
||||
/**
|
||||
* The operand representing the target function of an `Invoke` instruction.
|
||||
* The operand representing the target function of an `Call` instruction.
|
||||
*/
|
||||
class CallTargetOperand extends OperandTag, TCallTargetOperand {
|
||||
override final string toString() {
|
||||
|
||||
@@ -202,7 +202,7 @@ UnmodeledUseOperand unmodeledUseOperand() {
|
||||
}
|
||||
|
||||
/**
|
||||
* The operand representing the target function of an `Invoke` instruction.
|
||||
* The operand representing the target function of an `Call` instruction.
|
||||
*/
|
||||
class CallTargetOperand extends OperandTag, TCallTargetOperand {
|
||||
override final string toString() {
|
||||
|
||||
@@ -202,7 +202,7 @@ UnmodeledUseOperand unmodeledUseOperand() {
|
||||
}
|
||||
|
||||
/**
|
||||
* The operand representing the target function of an `Invoke` instruction.
|
||||
* The operand representing the target function of an `Call` instruction.
|
||||
*/
|
||||
class CallTargetOperand extends OperandTag, TCallTargetOperand {
|
||||
override final string toString() {
|
||||
|
||||
Reference in New Issue
Block a user