[clang-tools-extra] [clang-tidy] remove type annotations that require python3.9 in add_new_check.py (PR #107850)

Nicolas van Kempen via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 9 06:27:23 PDT 2024


================
@@ -538,7 +538,7 @@ def format_link(doc_file: Tuple[str, str]) -> str:
         else:
             return ""
 
-    def format_link_alias(doc_file: Tuple[str, str]) -> str:
+    def format_link_alias(doc_file) -> str:
----------------
nicovank wrote:

So can this.

https://github.com/llvm/llvm-project/pull/107850


More information about the cfe-commits mailing list