[www] r326695 - [www] Add a new proposal to OpenProjects

Yuka Takahashi via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 5 05:02:59 PST 2018


Author: yamaguchi
Date: Mon Mar  5 05:02:59 2018
New Revision: 326695

URL: http://llvm.org/viewvc/llvm-project?rev=326695&view=rev
Log:
[www] Add a new proposal to OpenProjects

Added our Google Summer of Code proposal to OpenProjects.html.


Modified:
    www/trunk/OpenProjects.html

Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=326695&r1=326694&r2=326695&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Mon Mar  5 05:02:59 2018
@@ -29,6 +29,9 @@
           provide information for the type as written in template
           instantiations</a>
       </li>
+      <li>
+        <a href="#improve-autocompletion">Improve shell autocompletion for Clang</a>
+      </li>
     </ul>
     </a>
     <a href="http://lldb.llvm.org/"><b>LLDB</b></a><ul>
@@ -302,6 +305,31 @@ main <a href="https://developers.google.
 </div>
 
 <!-- *********************************************************************** -->
+<div class="www_subsection">
+  <a>Clang</a>
+</div>
+<!-- *********************************************************************** -->
+
+<!-- *********************************************************************** -->
+<div class="www_subsubsection">
+  <a name="improve-autocompletion">Improve shell autocompletion for Clang</a>
+</div>
+<!-- *********************************************************************** -->
+
+<div class="www_text">
+  <p><b>Description of the project: </b> Clang has a newly implemented autocompletion feature which details can be found at <a href="http://blog.llvm.org/2017/09/clang-bash-better-auto-completion-is.html">LLVM blog</a>. We would like to improve this by adding more flags to autocompletion, supporting more shells (currently it supports only bash) and exporting this feature to other projects such as llvm-opt. Accepted student will be working on Clang Driver, LLVM Options and shell scripts.
+  </p>
+
+  <p><b>Expected Results:</b> Autocompletion working on bash and zsh, support llvm-opt options.</p>
+
+  <p><b>Confirmed Mentor:</b> Yuka Takahashi and Vassil Vassilev</p>
+
+  <p><b>Desirable skills:</b>
+  Intermediate knowledge of C++ and shell scripting
+  </p>
+</div>
+
+<!-- *********************************************************************** -->
 <div class="www_subsection">
   <a>LLDB</a>
 </div>




More information about the llvm-commits mailing list