Files
codeql/cpp/ql/test/library-tests
Jeroen Ketema 500a2a0738 C++: Fix IR inconsistency due to throwing __except block
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`
2024-09-10 12:41:43 +02:00
..
2020-03-19 09:18:32 -04:00
2024-06-27 17:45:33 +02:00
2020-01-29 13:11:50 +01:00
2020-10-07 13:14:54 -04:00
2020-01-29 13:11:50 +01:00
2024-06-10 12:53:06 +01:00
2020-10-07 13:14:54 -04:00
2024-04-09 15:15:41 +02:00
2023-03-24 22:10:51 +00:00
2020-01-29 13:11:50 +01:00
2022-08-25 20:52:27 +02:00
2022-10-21 18:36:12 +01:00
2020-10-21 18:37:49 -04:00
2020-11-03 13:39:33 -05:00
2022-08-25 20:52:27 +02:00
2020-06-30 17:46:08 +01:00
2024-01-29 14:11:07 +00:00
2020-01-29 13:11:50 +01:00
2024-08-28 15:11:42 +02:00
2020-09-08 08:40:20 +02:00