Skip to content

Commit a6d619c

Browse files
committed
[zlaski/what-buffer-function] Rename CustomModels to Models
1 parent 7e14e2a commit a6d619c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* predicate that selects the function or set of functions you are trying to
66
* model. Within that class, override the predicates provided by `ArrayFunction`
77
* to match the flow within that function. Finally, add a private import
8-
* statement to `CustomModels.qll`
8+
* statement to `Models.qll`
99
*/
1010

1111
import semmle.code.cpp.Function

0 commit comments

Comments
 (0)