[www] r354966 - Moved the Clang autocompletion project to 2019.

Raphael Isemann via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 27 04:13:26 PST 2019


Author: teemperor
Date: Wed Feb 27 04:13:25 2019
New Revision: 354966

URL: http://llvm.org/viewvc/llvm-project?rev=354966&view=rev
Log:
Moved the Clang autocompletion project to 2019.

The project wasn't done in 2018, so the mentors
agreed to move it to 2019.


Modified:
    www/trunk/OpenProjects.html

Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=354966&r1=354965&r2=354966&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Wed Feb 27 04:13:25 2019
@@ -23,6 +23,9 @@
       <li><a href="#clang-astimporter-fuzzer">Implement an ASTImporter
           fuzzer</a>
       </li>
+      <li><a href="#improve-autocompletion">Improve shell autocompletion
+          for Clang</a>
+      </li>
     </ul>
     </li>
     <li>
@@ -262,6 +265,27 @@ main <a href="https://developers.google.
 </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_sectiontitle">
   <a name="gsoc18">Google Summer of Code 2018</a>
 </div>
@@ -368,25 +392,6 @@ accepted and completed projects, please
 <!-- *********************************************************************** -->
 
 <!-- *********************************************************************** -->
-<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