C++: Modify change note to be more aligned with existing change notes.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-05-20 08:52:18 +01:00
parent 15667dcf1e
commit e8b9d7e6fa

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
---
* Reduce false positives of `NotInitialised.ql`. Static variables are initialised to zeros or nulls by default. See https://stackoverflow.com/questions/13251083/the-initialization-of-static-variables-in-c
* The "Variable not initialized before use" query (`cpp/not-initialised`) no longer reports an alert on static variables.