The current code uses memset to re-initialize EHCleanupScope objects
with breaks the assumptions of the upcoming asan's intra-object-overflow checker.
If there is no DTOR, the new checker will refuse to work.
Details
Details
Diff Detail
Diff Detail
This needs LLVM_DELETED_FUNCTION due to MSVC 2012.