summaryrefslogtreecommitdiffstats
path: root/www/OpenProjects.html
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-10-17 20:43:50 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-10-17 20:43:50 +0000
commit09becee9f0800da2841ae6bb4f10359895f277a5 (patch)
tree99333da1059cc65ed8335608e724c1ee204ddaef /www/OpenProjects.html
parentd0772882bc15a2318fd4cf30dc73e138e5058397 (diff)
Add an open project. :)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84359 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/OpenProjects.html')
-rw-r--r--www/OpenProjects.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/OpenProjects.html b/www/OpenProjects.html
index cdf31218bb..d3d05551c0 100644
--- a/www/OpenProjects.html
+++ b/www/OpenProjects.html
@@ -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>