[PATCH] D13440: [clang-tidy] Python script for easy check rename
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 7 18:07:03 PDT 2015
alexfh added inline comments.
================
Comment at: clang-tidy/rename_check.py:53
@@ +52,3 @@
+ return newFileName
+
+def getListOfFiles(clang_tidy_path):
----------------
ClockMan wrote:
> Not sure what you mean...
I meant that after that patch the module file name can be more complex. However, this doesn't seem relevant as you don't generate the module file name.
Repository:
rL LLVM
http://reviews.llvm.org/D13440
More information about the cfe-commits
mailing list