mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
The previous commit had the side effect that `IRVariable`s were created for all `Functions`, including those that did not have IR. This commit restricts all `TIRVariable` constructors to functions that have IR.