forked from OSchip/llvm-project
f8ccf05293
This fixes a crash where we would neglect to mark a destructor referenced for an __attribute__((no_destory)) array. The destructor is needed though, since if an exception is thrown we need to cleanup the elements. rdar://48462498 Differential revision: https://reviews.llvm.org/D61165 llvm-svn: 360446 |
||
---|---|---|
.. | ||
expr.delete | ||
expr.new | ||
expr.sizeof | ||
expr.unary.noexcept | ||
expr.unary.op |