[PATCH] D25074: [clang-tidy] Improve rename_check.py

Kirill Bobyrev via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 1 10:34:44 PDT 2016


omtcyfz updated this revision to Diff 76593.
omtcyfz added a comment.

Reversed "tabwidth:2 -> tabwidth:4" change.
Removed unused dependency (`re`).
Got rid of `sys.argv[0]` via using Pythonic `__file__` and removed (now) redundant dependency (`sys`).


https://reviews.llvm.org/D25074

Files:
  clang-tidy/rename_check.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25074.76593.patch
Type: text/x-patch
Size: 4867 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161101/e7e4cf8d/attachment.bin>


More information about the cfe-commits mailing list