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

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 30 04:09:58 PDT 2016


bkramer added inline comments.


> add_new_check.py:16
>  
> +from six.moves import filter
> +

Can we rely on six being available? It's not part of the default python installation afaik.

https://reviews.llvm.org/D25019





More information about the cfe-commits mailing list