mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
284 B
284 B
category
| category |
|---|
| feature |
- A new class
VariableTemplateSpecializationwas introduced, which represents explicit specializations of variable templates. - A new predicate
isSpecializationwas added to theVariableclass, which holds if the variable is a template specialization.