mirror of
https://github.com/github/codeql.git
synced 2026-07-12 06:55:32 +02: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.