From 6ccae15ef0b96b1b4db642020a249bb9cff204df Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Thu, 8 Dec 2011 19:35:18 +0000 Subject: Modified __cxa_end_catch to handle dependent exceptions. llvm-svn: 146172 --- libcxxabi/src/cxa_exception.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcxxabi/src/cxa_exception.hpp') diff --git a/libcxxabi/src/cxa_exception.hpp b/libcxxabi/src/cxa_exception.hpp index 9681298a606..8f795f0d100 100644 --- a/libcxxabi/src/cxa_exception.hpp +++ b/libcxxabi/src/cxa_exception.hpp @@ -56,6 +56,8 @@ namespace __cxxabiv1 { _Unwind_Exception unwindHeader; }; + +// http://sourcery.mentor.com/archives/cxx-abi-dev/msg01924.html struct __cxa_dependent_exception { #if __LP64__ -- cgit v1.2.3