[PATCH] D25809: [CUDA] Improved target attribute-based overloading.
Artem Belevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 7 10:11:30 PST 2016
tra added a comment.
In https://reviews.llvm.org/D25809#615485, @jlebar wrote:
> If you would like me to have another look at this, is it possible to make an interdiff of your changes between this and the last version I reviewed? phab's interdiff is useless because it straddles a rebase.
I've reverted to 75652 which is the revision you've approved with a new if() to limit our overloading checks to FunctionDecls only.
It's a the very end of SemaCUDA.cpp (line 864):
https://reviews.llvm.org/differential/changeset/?ref=590934%2F556303&whitespace=ignore-most
https://reviews.llvm.org/D25809
More information about the cfe-commits
mailing list