[Lldb-commits] [clang] [lldb] [Clang] Initial support for P2841 (Variable template and concept template parameters) (PR #150823)

Erich Keane via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 28 09:08:09 PDT 2025


================
@@ -1746,6 +1754,16 @@ class TemplateTemplateParmDecl final
     return SourceRange(getTemplateParameters()->getTemplateLoc(), End);
   }
 
+  TemplateNameKind kind() const {
----------------
erichkeane wrote:

Mild preference for `templateKind` or something like that (perhaps something more accurate? `nameKind` seems wrong toot hough)?  We use `kind` to mean sooooo many different things, it makes reading later not particularly descriptive.

https://github.com/llvm/llvm-project/pull/150823


More information about the lldb-commits mailing list