Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Lit Test] Make tests C++11 compatible - nothrow destructors | Charles Li | 2017-01-09 | 1 | -2/+4 |
| | | | | | | | | | In C++11, a destructor's implicit exception-spec is nothrow. The IR for the destructor's invocation changed from invoke to call. Differential Revision: https://reviews.llvm.org/D28425 llvm-svn: 291458 | ||||
* | [EH] Fix for clang bug 24005 - no cleanup for array of memcpy-able objects ↵ | Alexey Bataev | 2015-07-08 | 1 | -0/+37 |
in struct (patch by Denis Zobnin) The fix is to emit cleanup for arrays of memcpy-able objects in struct if an exception is thrown later during copy-construction. Differential Revision: http://reviews.llvm.org/D10989 llvm-svn: 241670 |