mirror of
https://github.com/github/codeql.git
synced 2026-03-29 03:38:17 +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.