mirror of
https://github.com/github/codeql.git
synced 2026-03-06 07:36:47 +01:00
Gets rid of a bunch of predicates relating to reachability (which depended on the modelling of exceptions, which uses points-to), moving them to `LegacyPointsTo`. In the process, we gained a new class `BasicBlockWithPointsTo`.