Skip to content

Commit 671904d

Browse files
committed
C++: Fix QLoc on 'PartialFlowFunction'.
1 parent aca3970 commit 671904d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cpp/ql/lib/semmle/code/cpp/models/interfaces/PartialFlow.qll

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ import FunctionInputsAndOutputs
1616
import semmle.code.cpp.models.Models
1717

1818
/**
19-
* A function that may (but not always) updates (part of) a `FunctionOutput`.
19+
* A function that may update part of a `FunctionOutput`.
20+
*
21+
* For example, the destination argument of `strcat` only updates part of the
22+
* argument.
2023
*/
2124
abstract class PartialFlowFunction extends Function {
2225
/**

0 commit comments

Comments
 (0)