We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2a7ea commit fc26e14Copy full SHA for fc26e14
cpp/ql/src/change-notes/released/2024-04-09-reduce-FP.md
@@ -0,0 +1,6 @@
1
+---
2
+category: majorAnalysis
3
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.
0 commit comments