mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
- Add `Caching.qll` for controlling caching across multiple files. - Move `isUncertainRefCall()` out of cached module in `Assignable.qll` to avoid collapsing with CFG stage. - Remove dependency on `AlwaysNullExpr` in `NullValue::getAnExpr()` to avoid collapsing with CFG stage. - Avoid caching pre-SSA library as it should only be used during the CFG construction stage.