Done, PTAL

================
Comment at: test/SemaCUDA/method-target.cu:21
@@ +20,3 @@
+  void method(int) {} // expected-note {{candidate function not viable}}
+  void method(float) {} // expected-note {{candidate function not viable}}
+};
----------------
pcc wrote:
> Can we check for a more specific error message here?
Done

http://reviews.llvm.org/D5298



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to