]> granicus.if.org Git - clang/commit
[clang-rename] make clang-rename.py vim integration python3 compatible
authorJonas Toth <jonas.toth@gmail.com>
Mon, 6 Aug 2018 09:08:06 +0000 (09:08 +0000)
committerJonas Toth <jonas.toth@gmail.com>
Mon, 6 Aug 2018 09:08:06 +0000 (09:08 +0000)
commit614dc515cd57fa0130ba90e45180ddbacef1b394
tree0b3dac40a674e3e469436c7b509b97bb24c14da2
parent9dc8f63d49250207a6e41b5b56f4e52ca91e9260
[clang-rename] make clang-rename.py vim integration python3 compatible

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338996 91177308-0d34-0410-b5e6-96231b3b80d8
tools/clang-rename/clang-rename.py