Skip to content

Commit ee2541c

Browse files
committed
C++: Fix QLDoc on 'getDestinationAddress'.
1 parent cde80cc commit ee2541c

File tree

1 file changed

+1
-2
lines changed
  • cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal

1 file changed

+1
-2
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/Ssa.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,7 @@ predicate addressFlowTC(Instruction iFrom, Instruction iTo) {
201201

202202
/**
203203
* Gets the destination address of `instr` if it is a `StoreInstruction` or
204-
* a `WriteSideEffectInstruction`. The destination address of a `WriteSideEffectInstruction` is adjusted
205-
* in the case of calls to operator `new` to give the destination address of a subsequent store (if any).
204+
* a `WriteSideEffectInstruction`.
206205
*/
207206
Instruction getDestinationAddress(Instruction instr) {
208207
result =

0 commit comments

Comments
 (0)