[PATCH] D59988: [PR41276] Generate address space cast of 'this' for objects attributed by an address space in C++

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 2 07:09:47 PDT 2019


Anastasia updated this revision to Diff 193281.
Anastasia added a comment.

- Use `AggValueSlot` in the constructor call generation to store/retrieve address space of 'this'.
- Fixed detecting the address space conversion while performing qualification conversion.


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

https://reviews.llvm.org/D59988

Files:
  lib/CodeGen/CGClass.cpp
  lib/CodeGen/CGExprCXX.cpp
  lib/CodeGen/CodeGenFunction.h
  lib/Sema/SemaInit.cpp
  test/CodeGenCXX/address-space-of-this.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59988.193281.patch
Type: text/x-patch
Size: 6670 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190402/c9d3a583/attachment-0001.bin>


More information about the cfe-commits mailing list