]> granicus.if.org Git - clang/commitdiff
Add an open project. :)
authorDaniel Dunbar <daniel@zuster.org>
Sat, 17 Oct 2009 20:43:50 +0000 (20:43 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 17 Oct 2009 20:43:50 +0000 (20:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84359 91177308-0d34-0410-b5e6-96231b3b80d8

www/OpenProjects.html

index cdf31218bbeb2f01b9e20e678e4789310e5643ae..d3d05551c0c8da328553d72609df25cbb17bf6b0 100644 (file)
@@ -97,6 +97,11 @@ supported.</li>
 that demonstrates the problem down to something small.  There are many ways to
 do this; ask on cfe-dev for advice.</p>
 
+<li><b>StringRef'ize APIs</b>: A thankless but incredibly useful project is
+StringRef'izing (converting to use <tt>llvm::StringRef</tt> instead of <tt>const
+char *</tt> or <tt>std::string</tt>) various clang interfaces. This generally
+simplifies the code and makes it more efficient.</li>
+
 </div>
 </body>
 </html>