[PATCH] D139966: [clang-tidy] Use Python3 for add_new_check.py and rename_check.py

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 13 14:21:39 PST 2022


Eugene.Zelenko added inline comments.


================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:204
 
+- 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.
----------------
Should be at the beginning of `Improvements to clang-tidy` section, because it does not relate to checks.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139966/new/

https://reviews.llvm.org/D139966



More information about the cfe-commits mailing list