[llvm-branch-commits] [clang] [clang-tools-extra] [lldb] [clang] fix getTemplateInstantiationArgs (PR #199528)
Erich Keane via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue May 26 06:36:02 PDT 2026
================
@@ -3085,6 +3091,9 @@ class FunctionDecl : public DeclaratorDecl,
///
/// \param TSK the kind of template specialization this is.
///
+ /// \param TemplateParams the template parameters if this is an explicit
----------------
erichkeane wrote:
Could we add this for `AddSpecialization` as well ?
https://github.com/llvm/llvm-project/pull/199528
More information about the llvm-branch-commits
mailing list