[PATCH] D57101: [AST] Fix addr space of result type for dereference operator

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 23 10:18:59 PST 2019


rjmccall added a comment.

What?  No, the l-value should still be qualified like the pointee type.  An l-value-to-r-value conversion should remove the qualifier, but not just a dereference.


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

https://reviews.llvm.org/D57101





More information about the cfe-commits mailing list