summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.unary/expr.new/p17.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Sema] Mark array element destructors referenced during initializationErik Pilkington2019-05-101-3/+3
| | | | | | | | | | | | 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
* Fix crash & accepts-invalid for array of arrays of user defined type.David Blaikie2012-03-101-0/+16
Test case/other help by Richard Smith. Code review by John McCall. llvm-svn: 152519
OpenPOWER on IntegriCloud