================
@@ -270,6 +273,9 @@ class RenamerClangTidyVisitor
}
bool VisitNamedDecl(NamedDecl *Decl) {
+ if (isa<TypeAliasTemplateDecl>(Decl))
----------------
zeyi2 wrote:
Fixed, thanks!
https://github.com/llvm/llvm-project/pull/189788