From 09becee9f0800da2841ae6bb4f10359895f277a5 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 17 Oct 2009 20:43:50 +0000 Subject: [PATCH] Add an open project. :) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84359 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/OpenProjects.html | 5 +++++ 1 file changed, 5 insertions(+) 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.
  • + -- 2.50.1