mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +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`.