mirror of
https://github.com/github/codeql.git
synced 2026-04-08 08:34:02 +02: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.