Affected rules
Description
This is occurring in a new PR in qlx.
Example
void f(vector<Type> *param, ...) {
....
g(param[write_col].data() + write_begin, ...);
}
}
Once we index into param, it will be hard to analyze all such cases, but we should do what we can and exclude results otherwise.
Affected rules
RULE-10-1-1Description
This is occurring in a new PR in qlx.
Example
Once we index into
param, it will be hard to analyze all such cases, but we should do what we can and exclude results otherwise.