Files
codeql/cpp/ql/lib/change-notes/2024-12-23-concept-template.md
2025-01-07 11:26:20 +01:00

6 lines
247 B
Markdown

---
category: feature
---
* A new class `Concept` was introduced, which represents C++20 concepts.
* The `getTemplateArgumentType` and `getTemplateArgumentValue` predicates of the `Declaration` class now also yield template arguments of concepts.