C++: Fix QLoc on 'PartialFlowFunction'.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-02-22 13:27:10 +00:00
parent aca3970c33
commit 671904d58c

View File

@@ -16,7 +16,10 @@ import FunctionInputsAndOutputs
import semmle.code.cpp.models.Models
/**
* A function that may (but not always) updates (part of) a `FunctionOutput`.
* A function that may update part of a `FunctionOutput`.
*
* For example, the destination argument of `strcat` only updates part of the
* argument.
*/
abstract class PartialFlowFunction extends Function {
/**