jlebar added inline comments.

================
Comment at: test/SemaCUDA/function-template-overload.cu:44
+// explicitly specialize or instantiate function tempaltes.
+template <> __host__ HType overload_hd(int a);
+// expected-error@-1 {{no function template matches function template 
specialization 'overload_hd'}}
----------------
jlebar wrote:
> Please ignore the above comment; it is not correct, but I cannot delete it or 
> edit it in phab.  :-/
(Wow, it also didn't submit the comment I was referring to.  How broken.)


https://reviews.llvm.org/D25809



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

Reply via email to