[Lldb-commits] [clang] [lldb] [Clang] Initial support for P2841 (Variable template and concept template parameters) (PR #150823)
Corentin Jabot via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 29 06:56:38 PDT 2025
================
@@ -1746,6 +1754,16 @@ class TemplateTemplateParmDecl final
return SourceRange(getTemplateParameters()->getTemplateLoc(), End);
}
+ TemplateNameKind kind() const {
----------------
cor3ntin wrote:
Oh, I somehow completely misread your point. I will think about it.
Note that core failed to come up with something better https://eel.is/c++draft/temp#param-2
https://github.com/llvm/llvm-project/pull/150823
More information about the lldb-commits
mailing list