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

Nicolas van Kempen via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 27 10:31:23 PDT 2025


================
@@ -71,12 +72,13 @@ def try_run(args, raise_error=True):
 
 # This class represents the appearance of a message prefix in a file.
 class MessagePrefix:
-    def __init__(self, label):
+
----------------
nicovank wrote:

Note that this space is "on purpose", the formatter wants it there.

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


More information about the cfe-commits mailing list