Fixes #58782
Differential Revision: https://reviews.llvm.org/
D139966
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
#===- add_new_check.py - clang-tidy check generator ---------*- python -*--===#
#
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
#===- rename_check.py - clang-tidy check renamer ------------*- python -*--===#
#
Improvements to clang-tidy
--------------------------
+- Change to Python 3 in the shebang of `add_new_check.py` and `rename_check.py`,
+ as the existing code is not compatible with Python 2.
+
New checks
^^^^^^^^^^