]> granicus.if.org Git - clang/commit
Add terminate handler for copy constructors for thrown objects. WIP.
authorMike Stump <mrs@apple.com>
Wed, 9 Dec 2009 23:31:35 +0000 (23:31 +0000)
committerMike Stump <mrs@apple.com>
Wed, 9 Dec 2009 23:31:35 +0000 (23:31 +0000)
commit76958099828bac6ebd45abef9f76934b3e99e397
tree7cf247733aef30a23863d9a7e234d58803f43686
parent6bcd5a04db4eb9d51e7f92a4edc418737a5aeefd
Add terminate handler for copy constructors for thrown objects.  WIP.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90994 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGException.cpp
test/CodeGenCXX/eh.cpp