Skip to content

Commit 94909ce

Browse files
committed
C++: Add change note
1 parent 7b1095f commit 94909ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
category: feature
3+
---
4+
* A new class `TemplateTemplateParameterInstantiation` was introduced, which represents the instantiation of a template template parameter.
5+
* A new predicate `getAnInstantiation` was added to the `TemplateTemplateParameter` class, which yields instantiations of template template parameters.
6+
* The `getTemplateArgumentType` and `getTemplateArgumentValue` predicates of the `Declaration` class now also yield template arguments of template template parameters.

0 commit comments

Comments
 (0)