[PATCH] D56411: [CUDA][HIP][Sema] Fix template kernel with function as template parameter

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 25 21:48:28 PST 2019


rjmccall added a comment.

In D56411#1406212 <https://reviews.llvm.org/D56411#1406212>, @yaxunl wrote:

> I would like to fix the validation issue only and leave the overload resolution issue for future.


As I understand it, the "validation issue" is just that you'd like a diagnostic to be emitted when resolving the template argument in order to force SFINAE to pick a different template.  I think that's actually just the overload-resolution issue.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56411/new/

https://reviews.llvm.org/D56411





More information about the cfe-commits mailing list