[www] r326538 - Add project. Patch by Julie Hockett

Tanya Lattner via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 1 21:29:39 PST 2018


Author: tbrethou
Date: Thu Mar  1 21:29:38 2018
New Revision: 326538

URL: http://llvm.org/viewvc/llvm-project?rev=326538&view=rev
Log:
Add project. Patch by Julie Hockett

Modified:
    www/trunk/OpenProjects.html

Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=326538&r1=326537&r2=326538&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Thu Mar  1 21:29:38 2018
@@ -65,6 +65,13 @@
             </li>
         </ul>
    </li>
+    <li>
+      <b>Clang Tools Extra</b>
+      <ul>
+          <li><a href="#doc-html-generator">Implement an HTML generator for clang-doc</a>
+          </li>
+      </ul>
+   </li>
    </ul>
   </li>
   <li><a href="#gsoc17">Google Summer of Code 2017</a>
@@ -502,6 +509,25 @@ main <a href="https://developers.google.
   <p><b>Desirable skills:</b> Intermediate knowledge of C++ and basic familiarity with the capabilities SMT solvers</p>
 </div>
 
+<!-- *********************************************************************** -->
+<div class="www_subsection">
+  <a>Clang Tools Extra</a>
+</div>
+<!-- *********************************************************************** -->
+
+<!-- *********************************************************************** -->
+<div class="www_subsubsection">
+  <a name="doc-html-generator">Create a checker for dangling string pointers in C++.</a>
+</div>
+<!-- *********************************************************************** -->
+
+<div class="www_text">
+  <p><b>Description of the project: </b>
+   Clang-doc is a new tool for generating documentation for C/C++ code with a modular and extensible approach. It aims to simplify the overhead of generating documentation, leveraging the clang AST to produce results from existing comments and code. The main part of the tool produces an intermediate representation of the docs, which is consumed by a generator targeting a specific output format. Current and in-progress generators emit documentation in YAML and Markdown formats, but we’d like to have another one for HTML format.
+  </p>
+  <p><b>Confirmed Mentor:</b> Julie Hockett</p>
+  <p><b>Desirable skills:</b> Intermediate knowledge of C++.</p>
+</div>
 
 <!-- *********************************************************************** -->
 <div class="www_sectiontitle">




More information about the llvm-commits mailing list