[www] r202160 - Draft of the GSoC 2014 presentation + scan-build tracking platform

Sylvestre Ledru sylvestre at debian.org
Tue Feb 25 08:19:36 PST 2014


Author: sylvestre
Date: Tue Feb 25 10:19:36 2014
New Revision: 202160

URL: http://llvm.org/viewvc/llvm-project?rev=202160&view=rev
Log:
Draft of the GSoC 2014 presentation + scan-build tracking platform

Modified:
    www/trunk/OpenProjects.html

Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=202160&r1=202159&r2=202160&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Tue Feb 25 10:19:36 2014
@@ -4,6 +4,7 @@
 
 <ul>
   <li><a href="#what">What is this?</a></li>
+  <li><a href="#gsoc2014">Google Summer of Code 2014</a></li>
   <li><a href="#subprojects">LLVM Subprojects: Clang and VMKit</a></li>
   <li><a href="#improving">Improving the current system</a>
   <ol>
@@ -61,6 +62,43 @@ LLVM bug tracker</a>. See the <a href="h
 
 </div>
 
+<!-- *********************************************************************** -->
+<div class="www_sectiontitle">
+  <a name="gsoc2014">Google Summer of Code 2014 projects</a>
+</div>
+<!-- *********************************************************************** -->
+
+<div class="www_subsubsection">
+  <a name="target-desc">Scan-build tracking platform</a>
+</div>
+
+<div class="www_text">
+<p> <b>Description of the project</b>: The idea of this project is to extend scan-build to make it more reliable for projects. Currently, scan-build results pages do not allow the tracking of a defect or the possibility to tag false positive defects.<br />
+Moreover, scan-build only shows the status of the project on specific time. An evolution of number of defects (per category or not) over time would be a great advantages for developers.</p>
+
+<p>
+The project will focus on:
+<ul>
+<li>Create a unique ID for each defect</li>
+<li>Create a database (SQLite for example) to keep track of the evolutions</li>
+<li>Make scan-build URL permanent</li>
+<li>Tagging of false positive</li>
+<li>Evolution of number of defect (per category or not)</li>
+</ul>
+</p>
+<p><b>Confirmed Mentor:</b> Sylvestre Ledru, Jean-Daniel Dupas</p>
+
+<p><b>How to contact the mentor:</b> sylvestre at debian.org & jddupas at yahoo.fr</p>
+
+<p><b>Deliverables of the project:</b> New version of scan-build</p>
+
+<p><b>Desirable skills:</b> C++, Database, scan-build</p>
+
+<p><b>What the student will learn:</b> Static analyzer, Clang, etc</p>
+</p>
+
+</div>
+
 <!-- *********************************************************************** -->
 <div class="www_sectiontitle">
   <a name="subprojects">LLVM Subprojects: Clang and VMKit</a>





More information about the llvm-commits mailing list