[cfe-commits] r84359 - /cfe/trunk/www/OpenProjects.html

Daniel Dunbar daniel at zuster.org
Sat Oct 17 13:43:50 PDT 2009


Author: ddunbar
Date: Sat Oct 17 15:43:50 2009
New Revision: 84359

URL: http://llvm.org/viewvc/llvm-project?rev=84359&view=rev
Log:
Add an open project. :)

Modified:
    cfe/trunk/www/OpenProjects.html

Modified: cfe/trunk/www/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/OpenProjects.html?rev=84359&r1=84358&r2=84359&view=diff

==============================================================================
--- cfe/trunk/www/OpenProjects.html (original)
+++ cfe/trunk/www/OpenProjects.html Sat Oct 17 15:43:50 2009
@@ -97,6 +97,11 @@
 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>





More information about the cfe-commits mailing list