summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/rename_check.py
Commit message (Collapse)AuthorAgeFilesLines
* [clang-tidy] Improve rename_check.py.Kirill Bobyrev2016-11-081-23/+38
| | | | | | | | | | | | -Start using argparse instead of mimicking CLI parsing. -PEPify the code. -Decrease the number of imports by slightly cleaning up the script. Reviewers: alexfh Differential Revision: https://reviews.llvm.org/D25074 llvm-svn: 286228
* [clang-tidy] Python script for easy check renamePiotr Zegar2015-10-111-0/+93
Summary: Script can rename check that is in same module - I found it useful. Diff generated in root directory of clang-tools-extra project. Reviewers: sbenza, aaron.ballman, alexfh Subscribers: mgehre, xazax.hun, cfe-commits Differential Revision: http://reviews.llvm.org/D13440 llvm-svn: 249970
OpenPOWER on IntegriCloud