[PATCH] D45223: [CUDA] Fix overloading resolution failure due to kernel calling convention

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 3 14:33:25 PDT 2018


rjmccall added a comment.

I think the appropriate place to do this is in IsStandardConversion, immediately after the call to ResolveAddressOfOverloadedFunction.  You might want to add a general utility for getting the type-of-reference of a function decl.


https://reviews.llvm.org/D45223





More information about the cfe-commits mailing list