[PATCH] D56735: [OpenCL] Fix overloading ranking rules to work correctly for address space coversions
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 15 11:08:05 PST 2019
rjmccall added a comment.
Is there a reason not to just do `T1.getQualifiers() == T2.getQualifiers()`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56735/new/
https://reviews.llvm.org/D56735
More information about the cfe-commits
mailing list