mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
The `Operation` class is abstract, and extending it caused cached stages to be recomputed all the way down to the AST. This meant that the leap year queries evaluated their own copy of SSA and data flow.