Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sema] Mark array element destructors referenced during initialization | Erik Pilkington | 2019-05-10 | 1 | -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 Blaikie | 2012-03-10 | 1 | -0/+16 |
Test case/other help by Richard Smith. Code review by John McCall. llvm-svn: 152519 |