mirror of
https://github.com/github/codeql.git
synced 2026-07-21 11:18:20 +02: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`.