[PATCH] D141350: Fix runtime problem for base class member data used in target region.
Ye Luo via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 9 21:24:33 PST 2023
ye-luo added a comment.
Does this patch work when there are more than one level of inheritance? For example `class B: public A; class C: public B`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141350/new/
https://reviews.llvm.org/D141350
More information about the cfe-commits
mailing list