mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
664 B
664 B
0.9.2
Deprecated APIs
getAllocatorCallonDeleteExprandDeleteArrayExprhas been deprecated.getDeallocatorCallshould be used instead.
New Features
- Added
DeleteOrDeleteArrayExpras a super type ofDeleteExprandDeleteArrayExpr
Minor Analysis Improvements
deleteanddelete[]are now modeled as calls to the relevantoperator deletein the IR. In the case of a dynamic delete call a new instructionVirtualDeleteFunctionAddressis 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.