mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Broke down the class `TranslatedJump` to have more control on the IR control flow. Now GotoLabelStmt, GotoCaseStmt, GotoDefaultStmt and BreakStmt are translated separately. This also fixes an issue when having a switch as the last statement of a void function would create an incorrect CFG.