summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/eh-aggregate-copy-destroy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Lit Test] Make tests C++11 compatible - nothrow destructorsCharles Li2017-01-091-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 Bataev2015-07-081-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
OpenPOWER on IntegriCloud