[PATCH] D26178: [p0012] Implement ABI support for throwing a noexcept function pointer and catching as non-noexcept
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 2 00:11:31 PDT 2016
EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: src/private_typeinfo.h:52
+class _LIBCXXABI_TYPE_VIS __qualified_function_type_info : public __shim_type_info {
+public:
----------------
Could you please add a comment here which contains both links mentioned in the summary?
Until this actually makes it into the spec we should explicitly call it out.
Repository:
rL LLVM
https://reviews.llvm.org/D26178
More information about the cfe-commits
mailing list