================
@@ -270,6 +273,9 @@ class RenamerClangTidyVisitor
   }
 
   bool VisitNamedDecl(NamedDecl *Decl) {
+    if (isa<TypeAliasTemplateDecl>(Decl))
----------------
localspook wrote:

Would it make sense to also skip over `FunctionTemplateDecl`, 
`ClassTemplateDecl`, and `VarTemplateDecl`? I think this is effectively what 
the check was doing before the default naming style option was added.

https://github.com/llvm/llvm-project/pull/189788
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to