mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
In these files it was possible to remove calls to `isStatic` by switching from `LocalScopeVariable` to `StackVariable`. This changes semantics, hopefully for the better, to treat `thread_local` locals the same as `static` locals.