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

Renato Golin via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 2 03:27:52 PST 2017


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 have reverted in r290811.

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

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

cheers,
--renato


More information about the cfe-commits mailing list