Files
codeql/cpp/change-notes/2020-11-05-private-models.md
Geoffrey White 62a8427d37 C++: Change note.
2020-11-06 15:55:31 +00:00

4 lines
334 B
Markdown

lgtm,codescanning
* Various classes in `semmle.code.cpp.models.implementations` have been made private. Users should not depend on library implementation details.
* The `OperatorNewAllocationFunction`, `OperatorDeleteDeallocationFunction`, `Iterator` and `Snprintf` classes now have interfaces in `semmle.code.cpp.models.interfaces`.