================
@@ -176,7 +176,7 @@ def write_implementation(
 
 } // namespace clang::tidy::%(namespace)s
 """
-            % {"check_name": check_name_camel, "module": module, "namespace": 
namespace}
+            % {"check_name": check_name_camel, "namespace": namespace}
----------------
vbvictor wrote:

This seems a major step forward, so I think we can do it in another PR.

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

Reply via email to