File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cpp/ql/src/semmle/code/cpp/models/interfaces Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* Provides an abstract class for accurate modeling of input and output buffers
3
3
* in library functions when source code is not available. To use this QL
4
- * library, create a QL class extending `BufferFunction ` with a characteristic
4
+ * library, create a QL class extending `ArrayFunction ` with a characteristic
5
5
* predicate that selects the function or set of functions you are trying to
6
- * model. Within that class, override the predicates provided by `BufferFunction `
6
+ * model. Within that class, override the predicates provided by `ArrayFunction `
7
7
* to match the flow within that function. Finally, add a private import
8
- * statement to `CustomModels .qll`
8
+ * statement to `Models .qll`
9
9
*/
10
10
11
11
import semmle.code.cpp.Function
You can’t perform that action at this time.
0 commit comments