[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:59 PDT 2024
================
@@ -2136,9 +2131,10 @@ class ClassTemplatePartialSpecializationDecl
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