ioeric accepted this revision. ioeric added a comment. This revision is now accepted and ready to land.
lg ================ Comment at: test/clang-rename/TemplatedClassFunction.cpp:8 int main(int argc, char **argv) { A<int> a; + a.foo(); /* Test 2 */ // CHECK: a.bar(); /* Test 2 */ ---------------- Could you add a few more instantiations in the test case, e.g. `A<double>`, `A<X>`? https://reviews.llvm.org/D39241 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits