[www] r203095 - Better description of the project

Sylvestre Ledru sylvestre at debian.org
Thu Mar 6 00:15:05 PST 2014


Author: sylvestre
Date: Thu Mar  6 02:15:04 2014
New Revision: 203095

URL: http://llvm.org/viewvc/llvm-project?rev=203095&view=rev
Log:
Better description of the project

Modified:
    www/trunk/OpenProjects.html

Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=203095&r1=203094&r2=203095&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Thu Mar  6 02:15:04 2014
@@ -80,12 +80,17 @@ Moreover, scan-build only shows the stat
 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>Create a database 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>
+<li>Evolution of number of defects (per category or not)</li>
 </ul>
 </p>
+
+<p>During this GSoC, the student will have to keep in mind that scan-build must remain generic. Different databases can be used, results should be available for IDE (Xcode, Eclipse, etc), etc.</p>
+
+<p>Note that the creation of a Unique Defect ID can be an hard problem.</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>





More information about the llvm-commits mailing list