[zlaski/what-buffer-function] Rename CustomModels to Models

This commit is contained in:
Ziemowit Laski
2019-09-24 18:17:34 -07:00
parent 7e14e2a950
commit a6d619cfe1

View File

@@ -5,7 +5,7 @@
* predicate that selects the function or set of functions you are trying to
* model. Within that class, override the predicates provided by `ArrayFunction`
* to match the flow within that function. Finally, add a private import
* statement to `CustomModels.qll`
* statement to `Models.qll`
*/
import semmle.code.cpp.Function