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

334 B

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.