mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
The fix consists of three parts: * Ensure that an `Unwind` instruction is generated for functions that contain a Microsoft `__try` statement, or a function that must throw. * Do not manually introduce `Unwind` instructions for `__except` blocks, but depend on the `Unwind` that we now insert in the function. * Add missing `getExceptionSuccessorInstruction` predicate to `TranslatedMicrosoftTryExceptHandler`