[PATCH] D58708: [PR40778] Preserve addr space in Derived to Base cast
Anastasia Stulova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 6 03:03:49 PST 2019
Anastasia marked an inline comment as done.
Anastasia added inline comments.
================
Comment at: lib/Sema/SemaExpr.cpp:2671
DestType = Context.getPointerType(DestRecordType);
FromRecordType = FromType->getPointeeType();
PointerConversions = true;
----------------
rjmccall wrote:
> And here.
Oh, yes... thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58708/new/
https://reviews.llvm.org/D58708
More information about the cfe-commits
mailing list