<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Nice!</div><div class=""><br class=""></div><div class="">Would be good to get this linked up to <a href="http://llvm.org" class="">llvm.org</a> so I can find it easily next time I am interested in coverage info.</div><div class=""><br class=""></div><div class="">- Matthias</div><div class=""><br class=""></div><div><blockquote type="cite" class=""><div class="">On Sep 22, 2016, at 10:05 AM, Vedant Kumar via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi,<br class=""><br class="">I'd like to announce a new code coverage bot:<br class=""><br class="">    <a href="http://lab.llvm.org:8080/coverage/coverage-reports/clang/index.html" class="">http://lab.llvm.org:8080/coverage/coverage-reports/clang/index.html</a><br class=""><br class="">The purpose of the bot is to make high-quality coverage reports available to<br class="">llvm developers, and to provide additional testing for clang's code coverage<br class="">implementation.<br class=""><br class="">The coverage data clang generates allows the reporting tool to render execution<br class="">counts for code regions nested within lines or macros. The tool is also capable<br class="">of displaying coverage information for each instantiation of a function.<br class=""><br class="">The bot runs "check-{llvm,clang}" with an instrumented version of the latest<br class="">top-of-tree compiler. It generates new reports roughly every four hours. These<br class="">reports can be used to find dead code, find fishy code, and to gauge the<br class="">effectiveness of our smoke tests.<br class=""><br class="">If you have any feedback about the bot or the coverage reports, please let me<br class="">know!<br class=""><br class="">vedant<br class=""><br class="">p.s: There is already a coverage bot which runs "check-all" and uses gcov. If<br class="">you'd prefer those reports, you can find them here --<br class=""><br class="">    <a href="http://llvm.org/reports/coverage/" class="">http://llvm.org/reports/coverage/</a><br class="">_______________________________________________<br class="">LLVM Developers mailing list<br class=""><a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a><br class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev<br class=""></div></div></blockquote></div><br class=""></body></html>