mirror of
https://github.com/github/codeql.git
synced 2026-02-23 10:23:41 +01:00
This change moves the simple constant analysis that was used by the const_func test into a pyrameterized module for use on any stage of the IR. This will be used to detect unreachable code.