[clang-rename] Fix rename on function template specializations.
authorHaojian Wu <hokein.wu@gmail.com>
Mon, 19 Oct 2020 07:26:32 +0000 (09:26 +0200)
committerHaojian Wu <hokein.wu@gmail.com>
Mon, 19 Oct 2020 07:32:17 +0000 (09:32 +0200)
commit45a15dc682c06b95cd9182a889e972e93b58aa8e
tree224f097e6cbeb2e23c1d4bd58218cadea44b1fb7
parent35a531fb456a5d8f68cf153ca2c35c7170b9b92f
[clang-rename] Fix rename on function template specializations.

previously, we missed to rename occurrences to explicit function template
specilizations.

Differential Revision: https://reviews.llvm.org/D89221
clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp
clang/test/clang-rename/FunctionTemplate.cpp [new file with mode: 0644]