[www] r203104 - Update Scan Build GSOC description
Jean-Daniel Dupas
devlists at shadowlab.org
Thu Mar 6 02:53:56 PST 2014
Author: jddupas
Date: Thu Mar 6 04:53:56 2014
New Revision: 203104
URL: http://llvm.org/viewvc/llvm-project?rev=203104&view=rev
Log:
Update Scan Build GSOC description
Modified:
www/trunk/OpenProjects.html
Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=203104&r1=203103&r2=203104&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Thu Mar 6 04:53:56 2014
@@ -79,7 +79,7 @@ Moreover, scan-build only shows the stat
<p>
The project will focus on:
<ul>
-<li>Create a unique ID for each defect</li>
+<li>Improve clang static-analyzer to provide a unique ID for each defect</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>
@@ -87,7 +87,7 @@ The project will focus on:
</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>During this GSoC, the student will have to keep in mind the tracking platform should not be tied to scan-build and should be usable by other clang analyzer clients (Xcode, Eclipse, etc) with different needs (different database, etc.).</p>
<p>Note that the creation of a Unique Defect ID can be an hard problem.</p>
More information about the llvm-commits
mailing list