Skip to content

Commit 6e0fe92

Browse files
C++: Fix comments to reference Call instead of Invoke
1 parent b44c2c7 commit 6e0fe92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cpp/ql/src/semmle/code/cpp/ir/internal/OperandTag.qll

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ UnmodeledUseOperand unmodeledUseOperand() {
202202
}
203203

204204
/**
205-
* The operand representing the target function of an `Invoke` instruction.
205+
* The operand representing the target function of an `Call` instruction.
206206
*/
207207
class CallTargetOperand extends OperandTag, TCallTargetOperand {
208208
override final string toString() {

cpp/ql/src/semmle/code/cpp/ssa/internal/aliased_ssa/OperandTag.qll

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ UnmodeledUseOperand unmodeledUseOperand() {
202202
}
203203

204204
/**
205-
* The operand representing the target function of an `Invoke` instruction.
205+
* The operand representing the target function of an `Call` instruction.
206206
*/
207207
class CallTargetOperand extends OperandTag, TCallTargetOperand {
208208
override final string toString() {

cpp/ql/src/semmle/code/cpp/ssa/internal/ssa/OperandTag.qll

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ UnmodeledUseOperand unmodeledUseOperand() {
202202
}
203203

204204
/**
205-
* The operand representing the target function of an `Invoke` instruction.
205+
* The operand representing the target function of an `Call` instruction.
206206
*/
207207
class CallTargetOperand extends OperandTag, TCallTargetOperand {
208208
override final string toString() {

0 commit comments

Comments
 (0)