rjmccall added inline comments.

================
Comment at: lib/Sema/SemaExpr.cpp:2670
     } else {
       DestType = DestRecordType;
       FromRecordType = FromType;
----------------
This path (when the object is a gl-value) also needs an address-space 
qualifier, so you should probably add it above and then just add a pointer in 
the pointer case.


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

https://reviews.llvm.org/D58708



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to