std::make_exception_ptr calls std::__GetExceptionInfo in order to figure
out how to properly copy the exception object.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D8280
MS ABI: Implement __GetExceptionInfo for std::make_exception_ptr ClosedPublic Authored by majnemer on Mar 12 2015, 12:23 AM.
Details Summary std::make_exception_ptr calls std::__GetExceptionInfo in order to figure
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 13 2015, 10:14 AM Closed by commit rL232188: MS ABI: Implement __GetExceptionInfo for std::make_exception_ptr (authored by majnemer). · Explain WhyMar 13 2015, 11:29 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 21941 cfe/trunk/include/clang/Basic/Builtins.def
cfe/trunk/include/clang/Sema/Sema.h
cfe/trunk/lib/AST/ASTContext.cpp
cfe/trunk/lib/AST/Decl.cpp
cfe/trunk/lib/CodeGen/CGBuiltin.cpp
cfe/trunk/lib/CodeGen/CGCXXABI.h
cfe/trunk/lib/CodeGen/MicrosoftCXXABI.cpp
cfe/trunk/lib/Sema/SemaChecking.cpp
cfe/trunk/lib/Sema/SemaExprCXX.cpp
cfe/trunk/test/CodeGenCXX/microsoft-abi-throw.cpp
|