mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
An interesting byproduct was finding a problematic `assert` in the Swift headers. An incomplete `FallthroughStmt` was asserting on having a destination. I did not find any other sensible way of getting rid of the crash when running in debug mode than to patch the header.