[PATCH] D32927: [libc++] Implement exception_ptr on Windows
Eric Fiselier via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 7 18:31:03 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL302393: [libc++] Implement exception_ptr on Windows (authored by EricWF).
Changed prior to commit:
https://reviews.llvm.org/D32927?vs=98119&id=98120#toc
Repository:
rL LLVM
https://reviews.llvm.org/D32927
Files:
libcxx/trunk/include/exception
libcxx/trunk/lib/CMakeLists.txt
libcxx/trunk/src/exception.cpp
libcxx/trunk/src/support/runtime/exception_pointer_msvc.ipp
libcxx/trunk/test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp
libcxx/trunk/test/libcxx/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
libcxx/trunk/test/std/language.support/support.exception/except.nested/assign.pass.cpp
libcxx/trunk/test/std/language.support/support.exception/except.nested/ctor_copy.pass.cpp
libcxx/trunk/test/std/language.support/support.exception/except.nested/ctor_default.pass.cpp
libcxx/trunk/test/std/language.support/support.exception/except.nested/rethrow_if_nested.pass.cpp
libcxx/trunk/test/std/language.support/support.exception/except.nested/rethrow_nested.pass.cpp
libcxx/trunk/test/std/language.support/support.exception/except.nested/throw_with_nested.pass.cpp
libcxx/trunk/test/std/language.support/support.exception/propagation/current_exception.pass.cpp
libcxx/trunk/test/std/language.support/support.exception/propagation/exception_ptr.pass.cpp
libcxx/trunk/test/std/language.support/support.exception/propagation/make_exception_ptr.pass.cpp
libcxx/trunk/test/std/language.support/support.exception/propagation/rethrow_exception.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32927.98120.patch
Type: text/x-patch
Size: 16425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170508/33c7a386/attachment-0001.bin>
More information about the cfe-commits
mailing list