[PATCH] D39120: [rename] Don't overwrite the template argument when renaming a template function.
Wojciech Cierpucha via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 20 07:12:45 PDT 2017
cierpuchaw added inline comments.
================
Comment at: unittests/Rename/RenameFunctionTest.cpp:232
+ std::string Expected = R"(
+ namespace na {
+ template<typename T> T Y();
----------------
Shouldn't this be `namespace nb {`?
https://reviews.llvm.org/D39120
More information about the cfe-commits
mailing list