CPP: Add change note for cpp/use-of-uniwue-pointer-after-lifetime-ends

This commit is contained in:
Alex Eyers-Taylor
2023-12-12 16:47:55 +00:00
parent e9bc5a54ea
commit 136a77b86e

View File

@@ -0,0 +1,4 @@
---
category: newQuery
---
* Added a new query, `cpp/use-of-uniwue-pointer-after-lifetime-ends`, to detect uses of the contents unique pointers that will be destroyed immediately.