hokein added inline comments.

================
Comment at: unittests/Rename/RenameFunctionTest.cpp:232
+  std::string Expected = R"(
+      namespace na {
+      template<typename T> T Y();
----------------
cierpuchaw wrote:
> Shouldn't this be `namespace nb {`?
It is intended. We don't change the namespace here, only the name of the 
definition will be changed.


Repository:
  rL LLVM

https://reviews.llvm.org/D39120



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to