Skip to content

Commit

Permalink
C++: Add change note
Browse files Browse the repository at this point in the history
  • Loading branch information
jketema committed Dec 25, 2024
1 parent 2e19bcd commit 96bc406
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: feature
---
* A new class `TemplateTemplateParameterInstantiation` was introduced, which represents the instantiation of a template template parameter.
* A new predicate `getAnInstantiation` was added to the `TemplateTemplateParameter` class, which yields instantiations of template template parameters.
* The `getTemplateArgumentType` and `getTemplateArgumentValue` predicates of the `Declaration` class now also yield template arguments of template template parameters.

0 comments on commit 96bc406

Please sign in to comment.