C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-04-29 11:17:53 +01:00
parent 5c454bdd8c
commit 0fa5a1f274

View File

@@ -0,0 +1,4 @@
---
category: newQuery
---
* Added a new query, `cpp/iterator-to-expired-container`, to detect the creation of iterators owned by a temporary objects that are about to be destroyed.