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

Skip to content

Commit 6200859

Browse files
committed
CPP: Change notes for the library.
1 parent 3895a7e commit 6200859

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

change-notes/1.24/analysis-cpp.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ The following changes in version 1.24 affect C/C++ analysis in all applications.
1717

1818
## Changes to libraries
1919

20-
*
20+
* Created the `semmle.code.cpp.models.interfaces.Allocation` library to model allocation such as `new` expressions and calls to `malloc`. This in intended to replace the functionality in `semmle.code.cpp.commons.Alloc` with a more consistent and useful interface.
21+
* Created the `semmle.code.cpp.models.interfaces.Deallocation` library to model deallocation such as `delete` expressions and calls to `free`. This in intended to replace the functionality in `semmle.code.cpp.commons.Alloc` with a more consistent and useful interface.

0 commit comments

Comments
 (0)