We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9db197 + 1033d22 commit d7d00bdCopy full SHA for d7d00bd
cpp/ql/src/semmle/code/cpp/models/interfaces/FormattingFunction.qll
@@ -1,6 +1,6 @@
1
/**
2
* Provides a class for modeling `printf`-style formatting functions. To use
3
- * this QL library, create a QL class extending `DataFlowFunction` with a
+ * this QL library, create a QL class extending `FormattingFunction` with a
4
* characteristic predicate that selects the function or set of functions you
5
* are modeling. Within that class, override the predicates provided by
6
* `FormattingFunction` to match the flow within that function.
0 commit comments