mirror of
https://github.com/github/codeql.git
synced 2026-05-15 11:49:28 +02:00
Replaces the `classTracker`-based approach with one based on global data-flow. To make it easy to share across queries, this is implemented as a parameterised module. The data-flow configuration itself keeps track of two flow states: whether we're tracking a reference to a class or a reference to an instance.