Revert "Post-release preparation for codeql-cli-2.19.4"

This commit is contained in:
Alexander Eyers-Taylor
2024-11-21 14:43:15 +00:00
committed by GitHub
parent 38a5f63437
commit 4effe9e364
150 changed files with 121 additions and 359 deletions

View File

@@ -1,5 +1,4 @@
## 4.2.1
### Minor Analysis Improvements
---
category: minorAnalysis
---
* In a switch statement with a constant switch expression, all non-matching cases were being marked as unreachable, including those that can be reached by falling through from the matching case. This has now been fixed.