mirror of
https://github.com/github/codeql.git
synced 2026-04-17 21:14:02 +02: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`.