From: Daniel Dunbar Date: Sat, 17 Oct 2009 20:43:50 +0000 (+0000) Subject: Add an open project. :) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09becee9f0800da2841ae6bb4f10359895f277a5;p=clang 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 cdf31218bb..d3d05551c0 100644 --- a/www/OpenProjects.html +++ b/www/OpenProjects.html @@ -97,6 +97,11 @@ supported. that demonstrates the problem down to something small. There are many ways to do this; ask on cfe-dev for advice.

+
  • StringRef'ize APIs: A thankless but incredibly useful project is +StringRef'izing (converting to use llvm::StringRef instead of const +char * or std::string) various clang interfaces. This generally +simplifies the code and makes it more efficient.
  • +