Displaying 3 results from an estimated 3 matches for "370640ea".
Did you mean:
370640
2016 Mar 23
0
[cfe-dev] New buildbot with -Werror
Could we change the buildbot config to treat
warnings-as-errors-that-continue in the build step? (so we get the benefit
of further execution tests, while still sending fail-mail, etc for the
warning?)
On Tue, Mar 22, 2016 at 5:00 PM, David Jones via cfe-dev <
cfe-dev at lists.llvm.org> wrote:
> Greetings,
>
> I would like to propose adding a buildbot which builds with -Werror. The
2016 Mar 23
1
[cfe-dev] New buildbot with -Werror
..._
>> cfe-dev mailing list
>> cfe-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160322/370640ea/attachment.html>
2016 Mar 23
5
New buildbot with -Werror
Greetings,
I would like to propose adding a buildbot which builds with -Werror. The
reason for a new buildbot in this configuration is twofold:
1. It helps users who track and release from ToT, because they (generally)
seem to build with -Werror. Speaking from experience :-), new warnings tend
to crop up in a large range of commits, and end up blocking one or more of
these downstream users.