mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
Deduplication of `ConcreteVarDecl` is triggered only if its `DeclContext` is not local. This avoids a mangled name conflict. Also added more thourough tests for `ConcreteVarDecl` and `ParamDecl`.