Files
codeql/cpp/ql/lib/change-notes/2024-07-23-using-enum-declaration copy.md
2024-07-24 08:21:01 +02:00

5 lines
219 B
Markdown

---
category: feature
---
* A `isDestroyingDeleteDeallocation` predicate was added to the `NewOrNewArrayExpr` and `DeleteOrDeleteArrayExpr` classes to indicate whether the deallocation function is a destroying delete.