================ @@ -1302,6 +1302,8 @@ void TextNodeDumper::dumpBareTemplateName(TemplateName TN) { OS << " index " << STS->getIndex(); if (std::optional<unsigned int> PackIndex = STS->getPackIndex()) OS << " pack_index " << *PackIndex; + if (STS->getFinal()) + OS << " final"; ---------------- cor3ntin wrote:
> `FullySugared` seems fine to me, unless you have a better idea. I would be ok > with changing the name in a followup, which wouldn't really require review > once we agree on a name. +1 https://github.com/llvm/llvm-project/pull/132748 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits