Skip to content

Commit d02a4ec

Browse files
committed
C++: Add change note
1 parent a6f4e6e commit d02a4ec

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 the template template parameter.
6+
* The `getTemplateArgumentType` and `getTemplateArgumentValue` predicates of the `Declaration` now also yield template arguments of template template parameters.

0 commit comments

Comments
 (0)