Displaying 2 results from an estimated 2 matches for "11fec36d".
2016 Mar 23
0
[cfe-dev] New buildbot with -Werror
...[*] I'm specifically looking at _getClangCMakeBuildFactory here:
http://llvm.org/svn/llvm-project/zorg/trunk/zorg/buildbot/builders/ClangBuilder.py
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160322/11fec36d/attachment.html>
2016 Mar 23
3
[cfe-dev] New buildbot with -Werror
My thought was that its reasonable to expect no warnings when building from
bootstrap (as you say) and the last release of Clang. Generally, I think we
should work around warnings in the last release of Clang if only for the
convenience of folks using that release to build stage1 and using Werror.
Certainly, we tend to fix warnings even from earlier Clang versions and
from GCC in order to keep