[clang-tools-extra] [NFC][clang-tidy] Add type annotations to check_clang_tidy (PR #133140)

via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 27 11:13:04 PDT 2025


================
@@ -48,15 +48,16 @@
 import re
 import subprocess
 import sys
+from typing import List, Tuple
----------------
EugeneZelenko wrote:

Sorry, I'm too spoiled with Python 3.12 on my job :-)

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


More information about the cfe-commits mailing list