[PATCH] D26178: [p0012] Implement ABI support for throwing a noexcept function pointer and catching as non-noexcept

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 31 19:03:17 PDT 2016


rsmith created this revision.
rsmith added a reviewer: EricWF.
rsmith added a subscriber: cfe-commits.
rsmith set the repository for this revision to rL LLVM.

This implements the following proposal from cxx-abi-dev:

  http://sourcerytools.com/pipermail/cxx-abi-dev/2016-October/002988.html

... which is necessary for complete support of http://wg21.link/p0012, specifically throwing noexcept function and member function pointers and catching them as non-noexcept pointers.


Repository:
  rL LLVM

https://reviews.llvm.org/D26178

Files:
  src/private_typeinfo.cpp
  src/private_typeinfo.h
  test/catch_function_03.pass.cpp
  test/catch_member_function_pointer_02.pass.cpp
  test/libcxxabi/test/config.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26178.76515.patch
Type: text/x-patch
Size: 7807 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161101/e1dfdad3/attachment.bin>


More information about the cfe-commits mailing list