Skip to content

Commit 7e14e2a

Browse files
committed
[zlaski/what-buffer-function] Rename references to BufferFunction to ArrayFunction.
1 parent 0e432c2 commit 7e14e2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/src/semmle/code/cpp/models/interfaces/ArrayFunction.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* Provides an abstract class for accurate modeling of input and output buffers
33
* 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
55
* 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`
77
* to match the flow within that function. Finally, add a private import
88
* statement to `CustomModels.qll`
99
*/

0 commit comments

Comments
 (0)