Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Portable Python script across Python version | Serge Guelton | 2018-12-18 | 1 | -1/+1 |
| | | | | | | | | Make scripts more future-proof by importing most __future__ stuff. Differential Revision: https://reviews.llvm.org/D55208 llvm-svn: 349504 | ||||
* | [clang-rename] make clang-rename.py vim integration python3 compatible | Jonas Toth | 2018-08-06 | 1 | -4/+9 |
| | | | | | | | | | | | | | | | | | Summary: This patch makes the clang-rename.py script useable for vim with only python3 support. It uses the print-function and adjust the doc slightly to mention the correct python3 command for the letter mapping in vim. Reviewers: arphaman, klimek, aaron.ballman, hokein Reviewed By: hokein Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D50307 llvm-svn: 338996 | ||||
* | [refactor] Move clang-rename into the clang repository | Alex Lorenz | 2017-06-30 | 1 | -0/+61 |
The core engine of clang-rename will be used for local and global renames in the new refactoring engine, as mentioned in http://lists.llvm.org/pipermail/cfe-dev/2017-June/054286.html. The clang-rename tool is still supported but might get deprecated in the future. Differential Revision: https://reviews.llvm.org/D34696 llvm-svn: 306840 |