mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +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.