Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3477c4a

Browse files
geoffw0jbj
andauthored
Update cpp/ql/src/semmle/code/cpp/commons/Alloc.qll
Co-Authored-By: Jonas Jensen <[email protected]>
1 parent aae9f88 commit 3477c4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/semmle/code/cpp/commons/Alloc.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import semmle.code.cpp.models.interfaces.Deallocation
55
/**
66
* A library routine that allocates memory.
77
*
8-
* DEPRECATED: Use the `MallocFunction` class instead of this predicate.
8+
* DEPRECATED: Use the `AllocationFunction` class instead of this predicate.
99
*/
1010
deprecated predicate allocationFunction(Function f) { f instanceof AllocationFunction }
1111

0 commit comments

Comments
 (0)