Skip to content

Commit e8b9d7e

Browse files
committed
C++: Modify change note to be more aligned with existing change notes.
1 parent 15667dc commit e8b9d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
category: minorAnalysis
33
---
4-
* 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
4+
* The "Variable not initialized before use" query (`cpp/not-initialised`) no longer reports an alert on static variables.

0 commit comments

Comments
 (0)