mirror of
https://github.com/github/codeql.git
synced 2026-01-05 10:40:21 +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.