mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
This might cause fewer variables to be analysed because not every use of `LocalScopeVariable` was constrained by the def-use library. Hopefully this leads to an improved nullness analysis since it avoids treating `static T *x = nullptr;` the same as `static T *x; x = nullptr;`.