Skip to content

Commit 331355d

Browse files
authored
Fix accidental blank line
1 parent ea004c4 commit 331355d

File tree

1 file changed

+0
-1
lines changed
  • cpp/ql/src/change-notes/released

1 file changed

+0
-1
lines changed

cpp/ql/src/change-notes/released/0.9.4.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
* The "Incorrect return-value check for a 'scanf'-like function" query (`cpp/incorrectly-checked-scanf`) no longer reports an alert when an explicit check for EOF is added.
77
* The "Incorrect return-value check for a 'scanf'-like function" query (`cpp/incorrectly-checked-scanf`) now recognizes more EOF checks.
88
* The "Potentially uninitialized local variable" query (`cpp/uninitialized-local`) no longer reports an alert when the local variable is used as a qualifier to a static member function call.
9-
* ```
109
* The diagnostic query `cpp/diagnostics/successfully-extracted-files` now considers any C/C++ file seen during extraction, even one with some errors, to be extracted / scanned. This affects the Code Scanning UI measure of scanned C/C++ files.

0 commit comments

Comments
 (0)