mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Use generic CFG splitting to add a new type of split for exception handlers, `ExceptionHandlerSplit`, which tags eachs node belonging to a `catch` clause with the type of exception being caught. This allows for a more accurate CFG for `try-catch` statements, where exception filters are handled properly.