[all-commits] [llvm/llvm-project] 45a15d: [clang-rename] Fix rename on function template spe...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon Oct 19 00:32:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 45a15dc682c06b95cd9182a889e972e93b58aa8e
https://github.com/llvm/llvm-project/commit/45a15dc682c06b95cd9182a889e972e93b58aa8e
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-10-19 (Mon, 19 Oct 2020)
Changed paths:
M clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp
A clang/test/clang-rename/FunctionTemplate.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list