[PATCH] D16962: clang-tidy: avoid std::bind
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 8 16:25:31 PST 2016
alexfh added a comment.
In http://reviews.llvm.org/D16962#346822, @jbcoe wrote:
> Moved check to readability module.
>
> Aside: would it be worthwhile creating a python script to move checks from one module to another?
It's reasonable to teach the `rename_check.py` script move across modules.
(Substantial comments later)
http://reviews.llvm.org/D16962
More information about the cfe-commits
mailing list