Files
codeql/cpp/ql/lib/change-notes/2024-12-25-variable-specialization.md
2025-01-21 12:02:52 +00:00

6 lines
284 B
Markdown

---
category: feature
---
* A new class `VariableTemplateSpecialization` was introduced, which represents explicit specializations of variable templates.
* A new predicate `isSpecialization` was added to the `Variable` class, which holds if the variable is a template specialization.