Compare commits

...

3 Commits

Author SHA1 Message Date
Pierre
1e51587083 Merge pull request #15635 from github/patch-2.16.2-change-note
Fix change note on 2.16.2 release branch
2024-02-16 16:22:01 +01:00
Pierre
1a48c039f0 Update CHANGELOG.md 2024-02-16 15:13:28 +01:00
Pierre
492f743393 Update 0.9.4.md
This patches the changenote in the release branch to be in line with the version on main, so that changelog generation can proceed from the release branch.
2024-02-16 14:11:42 +01:00
2 changed files with 0 additions and 2 deletions

View File

@@ -6,7 +6,6 @@
* 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.
* The "Incorrect return-value check for a 'scanf'-like function" query (`cpp/incorrectly-checked-scanf`) now recognizes more EOF checks.
* 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.
* ```
* 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.9.3

View File

@@ -6,5 +6,4 @@
* 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.
* The "Incorrect return-value check for a 'scanf'-like function" query (`cpp/incorrectly-checked-scanf`) now recognizes more EOF checks.
* 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.
* ```
* 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.