[polly] r193466 - www: Add information about code coverage and static analysis

Tobias Grosser tobias at grosser.es
Sat Oct 26 03:01:42 PDT 2013


Author: grosser
Date: Sat Oct 26 05:01:42 2013
New Revision: 193466

URL: http://llvm.org/viewvc/llvm-project?rev=193466&view=rev
Log:
www: Add information about code coverage and static analysis

Modified:
    polly/trunk/www/index.html
    polly/trunk/www/menu.html.incl

Modified: polly/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/index.html?rev=193466&r1=193465&r2=193466&view=diff
==============================================================================
--- polly/trunk/www/index.html (original)
+++ polly/trunk/www/index.html Sat Oct 26 05:01:42 2013
@@ -69,6 +69,15 @@
   <!--=====================================================================-->
 
   <table id="news">
+  <tr><td><b>2013</b></td></tr>
+  <tr><td width="120"><p>October</p></td>
+  <td>
+  <p>Automatic code coverage and static analysis tests</p>
+  Sylvestre Ledre set up automatic tests for <a
+  href="http://buildd-clang.debian.net/coverage/">code coverage</a> and
+  <a href="http://buildd-clang.debian.net/scan-build/">static analysis</a>
+  which run at least once a day and which include results for Polly.
+  </td></tr>
   <tr><td><b>2012</b></td></tr>
   <tr><td width="120"><p>December</p></td>
   <td>

Modified: polly/trunk/www/menu.html.incl
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/menu.html.incl?rev=193466&r1=193465&r2=193466&view=diff
==============================================================================
--- polly/trunk/www/menu.html.incl (original)
+++ polly/trunk/www/menu.html.incl Sat Oct 26 05:01:42 2013
@@ -17,6 +17,8 @@
     <a href="http://groups.google.com/group/polly-dev">polly-dev Mailing List</a>
     <a href="/bugs.html">Bug Reports</a>
     <a href="http://lab.llvm.org:8011/console?category=polly">Buildbot</a>
+    <a href="http://buildd-clang.debian.net/coverage/">Code Coverage</a>
+    <a href="http://buildd-clang.debian.net/scan-build/">Static analysis</a>
   </div>
 
   <div class="submenu">





More information about the llvm-commits mailing list