mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +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.