Merge pull request #14058 from alexet/delete-or-delete-array

CPP: Add parent class for delete and delete[]
This commit is contained in:
Mathias Vorreiter Pedersen
2023-08-29 09:38:07 +01:00
committed by GitHub
10 changed files with 104 additions and 156 deletions

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* Added `DeleteOrDeleteArrayExpr` as a super type of `DeleteExpr` and `DeleteArrayExpr`

View File

@@ -0,0 +1,4 @@
---
category: deprecated
---
* `getAllocatorCall` on `DeleteExpr` and `DeleteArrayExpr` has been deprecated. `getDeallocatorCall` should be used instead.