[PATCH] D58719: [PR40778][Sema] Adjust address space of operands in builtin operators

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 27 10:27:50 PST 2019


rjmccall added a comment.

I think the right model is that a builtin operator candidate exists for all possible address-space qualifiers on the pointer/reference pointee, and it should be straightforward to only actually add candidates for the qualifier used by the corresponding operand.


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

https://reviews.llvm.org/D58719





More information about the cfe-commits mailing list