[PATCH] D55543: [CodeGen] Fix assertion on throwing object with inlined inherited constructor and non-trivial destructor.

Volodymyr Sapsai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 17 16:58:20 PST 2018


vsapsai updated this revision to Diff 178563.
vsapsai added a comment.

- Test order of destroying parameters to inlined inherited constructor.
- [ObjC++] Add test using struct with `__strong` field as a parameter for inlined inherited constructor.


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

https://reviews.llvm.org/D55543

Files:
  clang/lib/CodeGen/CGClass.cpp
  clang/test/CodeGenCXX/inheriting-constructor-cleanup.cpp
  clang/test/CodeGenObjCXX/inheriting-constructor-cleanup.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55543.178563.patch
Type: text/x-patch
Size: 4241 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181218/f95d21cd/attachment.bin>


More information about the cfe-commits mailing list