[PATCH] D44217: [clang-tidy] Enable Python 3 support for add_new_check.py

Jonathan B Coe via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 7 10:51:11 PST 2018


jbcoe created this revision.
jbcoe added a reviewer: alexfh.
Herald added a subscriber: xazax.hun.

In Python 3, filters are lazily evaluated and strings are not bytes.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D44217

Files:
  clang-tools-extra/clang-tidy/add_new_check.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44217.137433.patch
Type: text/x-patch
Size: 4817 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180307/e9de342f/attachment.bin>


More information about the cfe-commits mailing list