llvm-project/clang/test/CXX/expr/expr.unary/expr.new
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
..
p2-cxx0x.cpp P0620 follow-up: deducing `auto` from braced-init-list in new expr 2017-12-11 18:29:54 +00:00
p2-cxx1z.cpp P0620 follow-up: deducing `auto` from braced-init-list in new expr 2017-12-11 18:29:54 +00:00
p2-cxx14.cpp P0620 follow-up: deducing `auto` from braced-init-list in new expr 2017-12-11 18:29:54 +00:00
p14.cpp
p17-crash.cpp
p17.cpp [Sema] Mark array element destructors referenced during initialization 2019-05-10 17:52:26 +00:00
p19.cpp
p20-0x.cpp
p20.cpp