[PATCH] D64123: Add clang-llvm-rename tool.
Rui Ueyama via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 3 01:25:55 PDT 2019
ruiu created this revision.
Herald added subscribers: cfe-commits, jfb, mgorny.
Herald added a project: clang.
ruiu planned changes to this revision.
Currently, this tool can rename variables in lld's source tree
without breaking it, but it is very unlikely that it will work
on any other LLVM subdirectories. I hand-tuned some renaming rules
to adopt it to lld's codebase.
This patch is not intended to be submitted, since this is a special-
purpose tool.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D64123
Files:
clang-tools-extra/CMakeLists.txt
clang-tools-extra/clang-llvm-rename/CMakeLists.txt
clang-tools-extra/clang-llvm-rename/ClangLLVMRename.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64123.207723.patch
Type: text/x-patch
Size: 11656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190703/174cce4c/attachment-0001.bin>
More information about the cfe-commits
mailing list