getAllocatorCall
onDeleteExpr
andDeleteArrayExpr
has been deprecated.getDeallocatorCall
should be used instead.
- Added
DeleteOrDeleteArrayExpr
as a super type ofDeleteExpr
andDeleteArrayExpr
delete
anddelete[]
are now modeled as calls to the relevantoperator delete
in the IR. In the case of a dynamic delete call a new instructionVirtualDeleteFunctionAddress
is used to represent a function that dispatches to the correct delete implementation.- Only the 2 level indirection of
argv
(corresponding to**argv
) is consided forFlowSource
.