[PATCH] MS ABI: Implement __GetExceptionInfo for std::make_exception_ptr

David Majnemer david.majnemer at gmail.com
Thu Mar 12 00:23:41 PDT 2015


Hi rnk,

std::make_exception_ptr calls std::__GetExceptionInfo in order to figure
out how to properly copy the exception object.

http://reviews.llvm.org/D8280

Files:
  include/clang/Basic/Builtins.def
  include/clang/Sema/Sema.h
  lib/AST/ASTContext.cpp
  lib/AST/Decl.cpp
  lib/CodeGen/CGBuiltin.cpp
  lib/CodeGen/CGCXXABI.h
  lib/CodeGen/MicrosoftCXXABI.cpp
  lib/Sema/SemaChecking.cpp
  lib/Sema/SemaExprCXX.cpp
  test/CodeGenCXX/microsoft-abi-throw.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8280.21800.patch
Type: text/x-patch
Size: 12138 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150312/7c03bc5b/attachment.bin>


More information about the cfe-commits mailing list