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 23, 2024
1 parent a6f4e6e commit d02a4ec
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 the template template parameter.
* The `getTemplateArgumentType` and `getTemplateArgumentValue` predicates of the `Declaration` now also yield template arguments of template template parameters.

0 comments on commit d02a4ec

Please sign in to comment.