r284753 - [c++1z] Teach composite pointer type computation how to compute the composite

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 20 14:05:15 PDT 2016


On Thu, Oct 20, 2016 at 10:57 AM, Richard Smith via cfe-commits
<cfe-commits at lists.llvm.org> wrote:
> Author: rsmith
> Date: Thu Oct 20 12:57:33 2016
> New Revision: 284753
>
> URL: http://llvm.org/viewvc/llvm-project?rev=284753&view=rev
> Log:
> [c++1z] Teach composite pointer type computation how to compute the composite
> pointer type of two function pointers with different noexcept specifications.
> While I'm here, also teach it how to merge dynamic exception specifications.

This caused asserts to fire when building Chromium. I've filed PR30749
with a repro, and reverted in r284778.

Thanks,
Hans


More information about the cfe-commits mailing list