mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01: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;`.