]> granicus.if.org Git - clang/commit
[Lit Test] Make tests C++11 compatible - nothrow destructors
authorCharles Li <charles.li@sony.com>
Mon, 9 Jan 2017 18:24:16 +0000 (18:24 +0000)
committerCharles Li <charles.li@sony.com>
Mon, 9 Jan 2017 18:24:16 +0000 (18:24 +0000)
commitc24cbe958c6e8b418d0f767abfe702cf7035bcf8
treef96191d2df094436d3d4bf554c8da58a2ccd7d78
parent0982ba044f48b8d0658cdd7ceeacee0b7a614a88
[Lit Test] Make tests C++11 compatible - nothrow destructors

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291458 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/arm.cpp
test/CodeGenCXX/debug-info-class.cpp
test/CodeGenCXX/eh-aggregate-copy-destroy.cpp
test/CodeGenCXX/exceptions.cpp
test/CodeGenCXX/goto.cpp
test/OpenMP/atomic_codegen.cpp
test/OpenMP/threadprivate_codegen.cpp