Skip to content

Commit ea004c4

Browse files
authored
Update CHANGELOG.md
Fix accidental blank line
1 parent 9190b10 commit ea004c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/ql/src/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
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.
1110

1211
## 0.9.3

0 commit comments

Comments
 (0)