We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f70859 commit 22cba0fCopy full SHA for 22cba0f
cpp/ql/src/semmle/code/cpp/models/interfaces/SideEffect.qll
@@ -47,7 +47,6 @@ abstract class SideEffectFunction extends Function {
47
*/
48
predicate hasSpecificReadSideEffect(ParameterIndex i, boolean buffer) { none() }
49
50
- // TODO: name?
51
/**
52
* Gets the index of the parameter that indicates the size of the buffer pointed to by the
53
* parameter at index `i`.
0 commit comments