Files
codeql/cpp/ql/lib/change-notes/2023-08-29-delete-ir.md
2023-08-29 12:13:40 +01:00

299 B

category
category
minorAnalysis
  • delete and delete[] are now modeled as calls to the relevant operator delete in the IR. In the case of a dynamic delete call a new instruction VirtualDeleteFunctionAddress is used to represent a function that dispatches to the correct delete implementation.