Add an open project. :)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84359 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/OpenProjects.html b/www/OpenProjects.html
index cdf3121..d3d0555 100644
--- a/www/OpenProjects.html
+++ b/www/OpenProjects.html
@@ -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>