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>


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to