[llvm-commits] CVS: llvm-www/OpenProjects.html

Chris Lattner sabre at nondot.org
Fri Mar 13 08:37:33 PDT 2009



Changes in directory llvm-www:

OpenProjects.html updated: 1.43 -> 1.44
---
Log message:

link to the clang open projects page.


---
Diffs of the changes:  (+21 -1)

 OpenProjects.html |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletion(-)


Index: llvm-www/OpenProjects.html
diff -u llvm-www/OpenProjects.html:1.43 llvm-www/OpenProjects.html:1.44
--- llvm-www/OpenProjects.html:1.43	Tue Mar 18 14:51:31 2008
+++ llvm-www/OpenProjects.html	Fri Mar 13 10:36:35 2009
@@ -4,6 +4,7 @@
 
 <ul>
   <li><a href="#what">What is this?</a></li>
+  <li><a href="#subprojects">LLVM Subprojects: Clang</a></li>
   <li><a href="#improving">Improving the current system</a>
   <ol>
     <li><a href="#code-cleanups">Implementing Code Cleanup bugs</a></li>
@@ -59,6 +60,25 @@
 LLVM bug tracker</a>. See the <a href="http://llvm.org/bugs/buglist.cgi?keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=enhancement&emailassigned_to1=1&emailtype1=substring&email1=unassigned">list of currently outstanding issues</a> if you wish to help improve LLVM.</p>
 
 </div>
+  
+<!-- *********************************************************************** -->
+<div class="www_sectiontitle">
+  <a name="subprojects">LLVM Subprojects: Clang</a>
+</div>
+<!-- *********************************************************************** -->
+
+<div class="www_text">
+
+<p>In addition to hacking on the main LLVM project, LLVM has several subprojects,
+   including Clang and VMKit.  If you are interested in working on these, please
+   see their "Open projects" page:</p>
+
+<ul>
+<li>The <a href="http://clang.llvm.org/OpenProjects.html">Clang Open 
+    Projects</a> list.</li>
+</ul>
+
+</div>
 
 <!-- *********************************************************************** -->
 <div class="www_sectiontitle">
@@ -476,7 +496,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2008/03/18 19:51:31 $
+  Last modified: $Date: 2009/03/13 15:36:35 $
 </address>
 
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list