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 |
||
---|---|---|
.. | ||
p2-cxx0x.cpp | ||
p2-cxx1z.cpp | ||
p2-cxx14.cpp | ||
p14.cpp | ||
p17-crash.cpp | ||
p17.cpp | ||
p19.cpp | ||
p20-0x.cpp | ||
p20.cpp |