The fix is to emit cleanup for arrays of memcpy-able objects in struct if an exception is thrown later during copy-construction.
Details
Details
- Reviewers
rjmccall rsmith - Commits
- rG5d49b8302028: [EH] Fix for clang bug 24005 - no cleanup for array of memcpy-able objects in…
rC241670: [EH] Fix for clang bug 24005 - no cleanup for array of memcpy-able objects in…
rL241670: [EH] Fix for clang bug 24005 - no cleanup for array of memcpy-able objects in…
Diff Detail
Diff Detail
- Repository
- rL LLVM