[PATCH] D23058: [clang-rename] add support for template instantiations
Kirill Bobyrev via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 2 06:03:19 PDT 2016
omtcyfz created this revision.
omtcyfz added reviewers: alexfh, klimek.
omtcyfz added a subscriber: cfe-commits.
This patch introduces basic capabilities of renaming templated class and its specializations.
https://reviews.llvm.org/D23058
Files:
clang-rename/USRFinder.cpp
clang-rename/USRFindingAction.cpp
test/clang-rename/TemplateClassInstantiationFindByDeclaration.cpp
test/clang-rename/TemplateClassInstantiationFindByTypeUse.cpp
test/clang-rename/TemplateClassInstantiationFindByUninstantiatedType.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23058.66462.patch
Type: text/x-patch
Size: 5524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160802/6836c8ba/attachment.bin>
More information about the cfe-commits
mailing list