r290808 - DR1391: Check for implicit conversion sequences for non-dependent function

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 2 11:45:14 PST 2017


On 2 Jan 2017 3:27 am, "Renato Golin" <renato.golin at linaro.org> wrote:

On 2 January 2017 at 02:42, Richard Smith via cfe-commits
<cfe-commits at lists.llvm.org> wrote:
> Author: rsmith
> Date: Sun Jan  1 20:42:17 2017
> New Revision: 290808
>
> URL: http://llvm.org/viewvc/llvm-project?rev=290808&view=rev
> Log:
> DR1391: Check for implicit conversion sequences for non-dependent function
> template parameters between deduction and substitution. The idea is to
accept
> as many cases as possible, on the basis that substitution failure outside
> the immediate context is much more common during substitution than during
> implicit conversion sequence formation.

Hi Richard,

This commit has broken *all* our test-suite bots:

http://lab.llvm.org:8011/builders/clang-cmake-aarch64-quick/builds/2162

http://lab.llvm.org:8011/builders/clang-cmake-aarch64-full/builds/772

http://lab.llvm.org:8011/builders/clang-cmake-aarch64-lld/builds/301

http://lab.llvm.org:8011/builders/clang-native-arm-lnt/builds/1634

Are you not receiving emails? It's not the first time that you break
our bots and leave them to dry.

Next time you break a bot, please either revert the commit or contact
the bot owner ASAP to remediate the problem.

If you're having email problems, please contact Galina, copying the
llvm-admin@ mailing list.


I'm sorry about that. I'm looking into my mail filters; it looks like the
problem is entirety on my end.

I have reverted in r290811.


Thank you, and sorry for the trouble.

Also, please, next time, try to write a commit message in according to
our guidelines:

http://llvm.org/docs/DeveloperPolicy.html#commit-messages


The separate title/description part, or do you want more explanation of
what DR1391 is too?


cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170102/a6eb13de/attachment.html>


More information about the cfe-commits mailing list