================
@@ -1746,6 +1754,16 @@ class TemplateTemplateParmDecl final
return SourceRange(getTemplateParameters()->getTemplateLoc(), End);
}
+ TemplateNameKind kind() const {
----------------
erichkeane wrote:
Right, i wasn't suggesting changing the num name, just that `kind` isn't really
descriptive here. and `nameKind` is a bad alternative, and `templateKind` is
perhaps not a great name either. So if you have a better name than `kind` for
the function, it would be appreciated.
https://github.com/llvm/llvm-project/pull/150823
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits