[PATCH] D30607: Replace re module by regex module in run-clang-tidy script

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 5 01:53:39 PST 2017


alexfh added a comment.

https://docs.python.org/2/howto/regex.html#introduction says "The regex module was removed completely in Python 2.5.". Why would we want to switch to it?


https://reviews.llvm.org/D30607





More information about the cfe-commits mailing list