[PATCH] D42498: [ExprConstant] Fix crash when initialize an indirect field with another field.
Volodymyr Sapsai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 23 16:10:18 PST 2018
vsapsai added a comment.
Thanks for the review. Explicit `this` usage is a good test, added it.
Checked that it happened to work with my previous approach because initializer was `CXXDefaultInitExpr` with expression
ImplicitCastExpr 0x7fe966808c40 'void *' <BitCast>
`-CXXThisExpr 0x7fe966808c28 'struct A::(anonymous at file.cc:3:5) *' this
Repository:
rL LLVM
https://reviews.llvm.org/D42498
More information about the llvm-commits
mailing list