[PATCH] D25019: [clang-tidy] Make add_new_check.py Python 3 compatible

Kirill Bobyrev via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 28 07:19:24 PDT 2016


omtcyfz created this revision.
omtcyfz added reviewers: alexfh, ioeric, bkramer.
omtcyfz added subscribers: cfe-commits, aaron.ballman.

`add_new_check.py` didn't support Python 3.X for some reason, even though it used `print` in Python 3.X-compatible way. With just a few tweaks `add_new_check.py` supports both Python 2.7.X and Python 3.X.

Tested: Python 2.7.6, Python 2.7.12, Python 3.5.2.

https://reviews.llvm.org/D25019

Files:
  clang-tidy/add_new_check.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25019.72820.patch
Type: text/x-patch
Size: 6490 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160928/2830cbd2/attachment.bin>


More information about the cfe-commits mailing list