================
@@ -1303,6 +1303,10 @@ StyleKind IdentifierNamingCheck::findStyleKind(
       return SK_Function;
   }
 
+  if (isa<FunctionTemplateDecl, ClassTemplateDecl, VarTemplateDecl,
----------------
vbvictor wrote:

Can we add comment here why we are skipping these as "invalid"

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