[www] r294233 - Split projects in subsections.

Vassil Vassilev via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 6 12:40:07 PST 2017


Author: vvassilev
Date: Mon Feb  6 14:40:06 2017
New Revision: 294233

URL: http://llvm.org/viewvc/llvm-project?rev=294233&view=rev
Log:
Split projects in subsections.

Modified:
    www/trunk/OpenProjects.html

Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=294233&r1=294232&r2=294233&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Mon Feb  6 14:40:06 2017
@@ -87,6 +87,13 @@ Welcome prospective Google Summer of Cod
 
 <p>The LLVM project has participated in Google Summer of Code for several years and has had some very successful projects. We hope that this year is no different and look forward to hearing your proposals. For information on how to submit a proposal, please visit the Google Summer of Code main <a href="https://developers.google.com/open-source/gsoc/">website.</a></p>
 
+
+<!-- *********************************************************************** -->
+<div class="www_subsection">
+  <a>Clang</a>
+</div>
+<!-- *********************************************************************** -->
+
 <!-- *********************************************************************** -->
 <div class="www_subsubsection">
   <a name="clang-template-instantiation-sugar">Extend clang AST to provide
@@ -141,6 +148,13 @@ Welcome prospective Google Summer of Cod
   </p>
 </div>
 
+
+<!-- *********************************************************************** -->
+<div class="www_subsection">
+  <a>Clang Static Analyzer</a>
+</div>
+<!-- *********************************************************************** -->
+
 <!-- *********************************************************************** -->
 <div class="www_subsubsection">
   <a name="clang-sa-virt-calls">Warn if virtual calls are made from constructors
@@ -209,6 +223,12 @@ Welcome prospective Google Summer of Cod
 
 
 <!-- *********************************************************************** -->
+<div class="www_subsection">
+  <a>Compiler-rt</a>
+</div>
+<!-- *********************************************************************** -->
+
+<!-- *********************************************************************** -->
 <div class="www_subsubsection">
   <a name="compiler-rt-port-to-other-platforms">Port compiler-rt components to
     other platforms.</a>
@@ -225,6 +245,13 @@ Welcome prospective Google Summer of Cod
   <p><b>Confirmed Mentor:</b>Kuba Mracek, Anna Zaks</p>
 </div>
 
+
+<!-- *********************************************************************** -->
+<div class="www_subsection">
+  <a>LLDB</a>
+</div>
+<!-- *********************************************************************** -->
+
 <!-- *********************************************************************** -->
 <div class="www_subsubsection">
   <a name="lldb-reimplement-lldb-mi">Reimplement lldb-mi on top of the LLDB




More information about the llvm-commits mailing list