mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
263 B
263 B
4.2.1
Minor Analysis Improvements
- 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.