Skip to content

Commit 6cb5db2

Browse files
committed
C++: Improve change note comments.
1 parent 439afd9 commit 6cb5db2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
category: majorAnalysis
2+
category: minorAnalysis
33
---
4-
* Reduce false positives of `GlobalUseBeforeInit.ql` and `InconsistentNullnessTesting.ql`.
5-
Many global variables that are initialized at declaration will be reported by `GlobalUseBeforeInit.ql`.
6-
When `checked` is in a macro expansion for handling exceptions, it is very likely for `InconsistentNullnessTesting.ql` to report false positives.
4+
* The "Global variable may be used before initialization" query (`cpp/global-use-before-init`) no longer raises an alert on global variables that are initialized when they are declared.
5+
* The "Inconsistent null check of pointer" query (`cpp/inconsistent-nullness-testing`) query no longer raises an alert when the guarded check is in a macro expansion.

0 commit comments

Comments
 (0)