[PATCH] D11784: [PATCH] clang-tidy check for incorrect move constructor initializers

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 14 03:24:20 PDT 2015


alexfh added a comment.

In http://reviews.llvm.org/D11784#224386, @alexfh wrote:

> Converting the script to python seems like the most universal approach. Should be trivial with the `sh` python package, but I'm not sure whether we can rely on it being installed.


Actually, python sh doesn't work on windows. I'll write a "pure" python replacement then.


http://reviews.llvm.org/D11784





More information about the cfe-commits mailing list