[PATCH] D56411: [CUDA][HIP][Sema] Fix template kernel with function as template parameter
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 9 16:56:16 PST 2019
yaxunl added a comment.
In D56411#1351824 <https://reviews.llvm.org/D56411#1351824>, @rjmccall wrote:
> But why? Why do you want to limit this to just template arguments instead of all sorts of similar contexts?
I updated the patch to disable the check for unevaluated expr context and const evaluated context, except the deferred check.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56411/new/
https://reviews.llvm.org/D56411
More information about the cfe-commits
mailing list