C++: Add change note

This commit is contained in:
Calum Grant
2024-10-02 08:14:23 +01:00
parent cd1f10cdea
commit d3695dce4d

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Fixed false positives in the `cpp/uninitialized-local` ("Potentially uninitialized local variable") query if there are extraction errors in the function.