diff options
author | Howard Hinnant <hhinnant@apple.com> | 2011-12-06 18:01:47 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2011-12-06 18:01:47 +0000 |
commit | 987afbeede45b29b6b291a93e9b1f62b2177534f (patch) | |
tree | d57818b319f9cd392a8e8219ae532c99a1f69864 /libcxxabi/src/cxa_exception.hpp | |
parent | 2642af9e23747782e8fd458640346e080b6609e9 (diff) | |
download | bcm5719-llvm-987afbeede45b29b6b291a93e9b1f62b2177534f.tar.gz bcm5719-llvm-987afbeede45b29b6b291a93e9b1f62b2177534f.zip |
Add/update copyright notices
llvm-svn: 145949
Diffstat (limited to 'libcxxabi/src/cxa_exception.hpp')
-rw-r--r-- | libcxxabi/src/cxa_exception.hpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libcxxabi/src/cxa_exception.hpp b/libcxxabi/src/cxa_exception.hpp index eda9951174b..9681298a606 100644 --- a/libcxxabi/src/cxa_exception.hpp +++ b/libcxxabi/src/cxa_exception.hpp @@ -1,3 +1,16 @@ +//===------------------------- cxa_exception.hpp --------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +// +// This file implements the "Exception Handling APIs" +// http://www.codesourcery.com/public/cxx-abi/abi-eh.html +// +//===----------------------------------------------------------------------===// + #include <exception> // for std::unexpected_handler and std::terminate_handler #include <cxxabi.h> #include "unwind.h" |