[PATCH] [ms-cxxabi] Don't consider function templates for name backrefs

Timur Iskhodzhanov timurrrr at google.com
Thu Jul 11 09:17:04 PDT 2013


  LGTM


================
Comment at: test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp:110
@@ -109,3 +109,3 @@
 void foo2(I<A> x, I<A> y) { }
-// CHECK "\01?foo2 at PR13207@@YAXV?$I at VA@PR13207@@@1 at 0@Z"
+// CHECK: "\01?foo2 at PR13207@@YAXV?$I at VA@PR13207@@@1 at 0@Z"
 void bar(J<A,B> x) {}
----------------
:(


http://llvm-reviews.chandlerc.com/D1078

BRANCH
  func-tmpl-backref

ARCANIST PROJECT
  clang



More information about the cfe-commits mailing list