[clang] [Clang][AST] Store injected template arguments in TemplateParameterList (PR #113579)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 25 09:36:58 PDT 2024
================
@@ -2914,9 +2906,10 @@ class VarTemplatePartialSpecializationDecl
return TemplateParams;
}
- /// Retrieve the template arguments list of the template parameter list
- /// of this template.
- ArrayRef<TemplateArgument> getInjectedTemplateArgs();
+ /// Get the template argument lisr of the template parameter list.
----------------
erichkeane wrote:
```suggestion
/// Get the template argument list of the template parameter list.
```
https://github.com/llvm/llvm-project/pull/113579
More information about the cfe-commits
mailing list