From: Gabor Greif
Date: Sat, 16 Oct 2010 09:40:21 +0000 (+0000)
Subject: validator
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67f94b8ce594d60e53c3456e36be9b4621700a2d;p=clang
validator
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116668 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/OpenProjects.html b/www/OpenProjects.html
index cc69f26311..4329cb6235 100644
--- a/www/OpenProjects.html
+++ b/www/OpenProjects.html
@@ -93,6 +93,7 @@ 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
@@ -104,6 +105,7 @@ experience -- it should be easy to cross compile applications, install support
for new architectures, access different compilers and tools, and be consistent
across different platforms. See the Universal
Driver web page for more information.
+