[PATCH] D42498: [ExprConstant] Fix crash when initialize an indirect field with another field.
Volodymyr Sapsai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 23 14:56:23 PST 2018
vsapsai updated this revision to Diff 135708.
vsapsai added a comment.
- Override `This` for indirect field initializer more like it is done for `InitListExpr`.
I rebased my changes, so the diff between different versions can be noisy.
https://reviews.llvm.org/D42498
Files:
clang/lib/AST/ExprConstant.cpp
clang/test/SemaCXX/constant-expression-cxx1y.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42498.135708.patch
Type: text/x-patch
Size: 3622 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180223/0daeb80c/attachment.bin>
More information about the cfe-commits
mailing list