[PATCH] D39241: [clang-rename] Fix and enable the failing TemplatedClassFunction test.

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 24 07:37:05 PDT 2017


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





More information about the cfe-commits mailing list