llvm-project/clang/test/CXX/expr/expr.unary
Erik Pilkington f8ccf05293 [Sema] Mark array element destructors referenced during initialization
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
2019-05-10 17:52:26 +00:00
..
expr.delete
expr.new [Sema] Mark array element destructors referenced during initialization 2019-05-10 17:52:26 +00:00
expr.sizeof
expr.unary.noexcept
expr.unary.op